summaryrefslogtreecommitdiffstats
path: root/src/adapter.c
Commit message (Collapse)AuthorAgeFilesLines
* Handle RequestAuthorization on adapter ANY.Luiz Augusto von Dentz2008-11-051-10/+36
|
* Fix bug on Connected property.Luiz Augusto von Dentz2008-11-031-1/+1
|
* Make FindAdapter return the any object if presentMarcel Holtmann2008-11-011-0/+5
|
* Add method for requesting/releasing the any adapter object pathMarcel Holtmann2008-11-011-0/+25
|
* Move storage of the base path to managerMarcel Holtmann2008-10-311-2/+1
|
* Make the variable prefix really globalMarcel Holtmann2008-10-311-1/+3
|
* Send DeviceFound signals also the first time the name gets resolvedJohan Hedberg2008-10-281-5/+24
| | | | | | This patch makes sure that we send the DeviceFound with the Name property for newly found pre-2.1 devices when their names gets resolved for the first time.
* Use g_dbus_send_message instead of dbus_connection_sendJohan Hedberg2008-10-241-8/+4
|
* Fix GDBusWatchFunction usageJohan Hedberg2008-10-211-2/+9
|
* Unload adapter drivers on adapter removal instead of adapter_stopJohan Hedberg2008-10-201-2/+2
|
* Fix fallouts due to GDBusWatchFunction changesMarcel Holtmann2008-10-171-1/+1
|
* Add emit_array_property_changed()Johan Hedberg2008-10-161-3/+3
|
* Rename dbus_connection_emit_property_changed to emit_property_changedJohan Hedberg2008-10-161-40/+31
|
* Add dict_append_array()Johan Hedberg2008-10-161-1/+1
|
* Rename dbus_message_iter_append_dict_entry to dict_append_entryJohan Hedberg2008-10-161-15/+8
|
* Allow dynamic adapter driver registrationClaudio Takahasi2008-10-151-0/+19
|
* Fix uuid list allocation and freeing bug exposed by previous mem leak fixJohan Hedberg2008-10-101-0/+1
|
* Make device driver probe calls take UUID's instead of full recordsJohan Hedberg2008-10-091-7/+1
| | | | | This is preparation for allowing the device object to be correctly set up even when we don't have the full service records but only the remote UUID's.
* Don't detect profile removal on during reverse service discoveryJohan Hedberg2008-10-091-1/+1
| | | | | | | Some devices will hide their service secords when they are connected so we incorrectly think that they have removed support for the profile. A simple solution is not to try to do this detection when we are doing reverse service discovery.
* Prevent emitting duplicate signals for DiscoverableTimeout property.Luiz Augusto von Dentz2008-09-301-0/+3
|
* Fix signal emission for Powered and DiscoverableMarcel Holtmann2008-09-291-57/+50
|
* Implement first part of CancelDeviceCreationJohan Hedberg2008-09-251-14/+60
| | | | Currently only canceling of CreatePairedDevice is supported
* Code cleanupJohan Hedberg2008-09-251-1/+1
|
* Restore 'on' mode on the first time adapter comes up and is on OffMode = DevDownLuiz Augusto von Dentz2008-09-241-3/+15
|
* Use a common timeout for hci commandsJohan Hedberg2008-09-231-19/+23
|
* Introduce RequestSession and ReleaseSession.Luiz Augusto von Dentz2008-09-231-9/+26
|
* Emit Powered and Discoverable properly when adapter comes up and down.Luiz Augusto von Dentz2008-09-231-0/+30
|
* Emit PropertyChanged for Powered and Discoverable.Luiz Augusto von Dentz2008-09-231-2/+31
|
* Make Powered/Discoverable properties changeable via SetProperty.Luiz Augusto von Dentz2008-09-231-0/+48
|
* Make Powered/Discoverable property available in GetProperty.Luiz Augusto von Dentz2008-09-231-4/+14
|
* Mark RequestMode/ReleaseMode as deprecated.Luiz Augusto von Dentz2008-09-231-2/+4
|
* Fix OffMode = DevDown race condition.Luiz Augusto von Dentz2008-09-231-3/+8
|
* Mark ListDevices as deprecated.Luiz Augusto von Dentz2008-09-231-1/+2
|
* Update devices list property when a new device is created/removed.Luiz Augusto von Dentz2008-09-221-2/+22
|
* Add Devices property to GetProperties.Luiz Augusto von Dentz2008-09-221-0/+13
|
* move read_records() to storage.c where it belongsDavid Woodhouse2008-09-141-46/+0
|
* Use strncmp for filtering recordsDavid Woodhouse2008-09-141-1/+1
| | | | | | | It's faster, and there's no chance of ever having false positives -- not that it was actually going to happen in this case, because we would never find a colon elsewhere in the line. But code gets copied around and changes over time.
* split out read_records() function for reading all SDP records for a deviceDavid Woodhouse2008-09-141-10/+19
|
* Use cached adapter name instead of reading it from storageMarcel Holtmann2008-09-121-7/+7
|
* Renaming str2mode to get_mode which takes bdaddr_t as parameterAlok Barsode2008-09-121-10/+10
| | | | instead of a string.
* Storing adapter address as bdaddr_t instead of string.Alok Barsode2008-09-121-52/+55
|
* Modifying l2raw_connect to take bdaddr_t as parameter.Alok Barsode2008-09-121-4/+5
|
* Renaming device_read_bdaddr to adapter_read_bdaddr.Alok Barsode2008-09-121-2/+2
|
* Send command to read the default link policyMarcel Holtmann2008-09-121-0/+3
|
* When re-reading the device address store it properlyMarcel Holtmann2008-09-111-7/+4
|
* Add debug message for adapters without an addressMarcel Holtmann2008-09-111-4/+9
|
* Make RequestMode to overwrite session mode when already active.Luiz Augusto von Dentz2008-09-091-13/+33
|
* Cleanup mode and discovery session code.Luiz Augusto von Dentz2008-09-091-71/+35
|
* Redefining device_get_address to take bdaddr_t as parameter.Alok Barsode2008-09-081-8/+19
|
* Redefining adapter_get_address to take bdaddr_t as parameter.Alok Barsode2008-09-081-5/+2
|