summaryrefslogtreecommitdiff
path: root/src/device.c
Commit message (Expand)AuthorAgeFilesLines
* device: Fix missing iterator append call in dev_property_get_productJohan Hedberg2012-10-061-0/+3
* core: Move functions to avoid forward declarationLucas De Marchi2012-10-061-96/+90
* core: Add setters and signals to Device interfaceLucas De Marchi2012-10-061-124/+133
* core: Add DBus.Properties getters for Device interfaceLucas De Marchi2012-10-061-88/+319
* core: Remove useless memset and make icon optionalLucas De Marchi2012-10-061-5/+3
* device: Move auth_type_t definition to device.cSzymon Janc2012-10-051-0/+8
* device: Don't use device_get_addr_type to access device address typeSzymon Janc2012-10-051-4/+1
* device: Don't use device_get_adapter to access device adapterSzymon Janc2012-10-051-20/+14
* device: Remove bogus line from device_create_bondingSzymon Janc2012-10-051-1/+0
* device: Make device_get_address return const pointerSzymon Janc2012-10-051-1/+1
* device: Convert device_get_address into simple getterSzymon Janc2012-10-051-23/+14
* adapter: Constify pointer returned by adapter_get_addressSzymon Janc2012-10-051-2/+3
* adapter: Convert adapter_get_address into simple getterSzymon Janc2012-10-051-85/+58
* core: Fix walking the list while removing elementsLucas De Marchi2012-10-041-2/+3
* core: Add specific error to profile connect logJohan Hedberg2012-10-031-1/+2
* core: Suspend scanning before connect on pairingJoão Paulo Rechi Vita2012-10-031-65/+74
* core: Re-connect for ECONNRESET or ECONNABORTEDClaudio Takahasi2012-10-031-2/+10
* core: Disable unnecessary auto connectionsPaulo Alcantara2012-10-031-0/+3
* core: Mutually exclude concurrent connectionsJoão Paulo Rechi Vita2012-10-031-3/+3
* device: Remove not used variables from search_cbSzymon Janc2012-10-021-7/+1
* adapter: Replace device authorizing flagMikel Astiz2012-10-011-11/+0
* core: Fix profile cleanup when removing or disconnectingJohan Hedberg2012-10-011-0/+23
* core: Add proper support for run-time removal of profilesJohan Hedberg2012-09-281-0/+13
* core: Add dynamic adapter and device probe supportJohan Hedberg2012-09-251-0/+26
* core: Add profile parameter to adapter and device probe functionsJohan Hedberg2012-09-251-3/+3
* core: Use btd_profile_foreach for device probingJohan Hedberg2012-09-251-27/+35
* core: Add Device.Connect methodJohan Hedberg2012-09-251-1/+78
* core: Fix Device.Disconnect() DBusMessage leakJohan Hedberg2012-09-211-0/+1
* attrib: Simplify DBusConnection object handlingAndrzej Kaczmarek2012-09-211-3/+1
* device: Simplify DBusConnection object handlingAndrzej Kaczmarek2012-09-211-84/+65
* dbus-common: Remove conn parameter from emit_array_property_changedAndrzej Kaczmarek2012-09-211-3/+3
* dbus-common: Remove conn parameter from emit_property_changedAndrzej Kaczmarek2012-09-211-38/+34
* Rename get_dbus_connection to btd_get_dbus_connectionAndrzej Kaczmarek2012-09-211-14/+14
* core: Use adapter connect list for LE connectionsJoão Paulo Rechi Vita2012-09-201-34/+11
* device: Remove dead code from get_properties()Syam Sidhardhan2012-09-171-2/+1
* core: Move profile code into profile.{c,h}Johan Hedberg2012-09-111-40/+2
* core: Remove pattern matching when probing servicesJohan Hedberg2012-09-071-28/+1
* core: Add compare function for bdaddr in a struct btd_deviceJoão Paulo Rechi Vita2012-09-071-0/+5
* core: Refactor authentication handlingJohan Hedberg2012-09-041-29/+104
* core: Fix calling profile remove callbacksJohan Hedberg2012-09-041-18/+15
* core: Use bt_uuid_strcmp where it makes senseJohan Hedberg2012-09-041-9/+6
* Add profile abstraction (replaces btd_device drivers)Johan Hedberg2012-09-031-82/+108
* Update code base to use the new BtIO APIJohan Hedberg2012-08-281-4/+4
* core: Rename services_changed to uuids_changedClaudio Takahasi2012-08-201-4/+4
* gatt: Primary service interval may not changeClaudio Takahasi2012-08-201-0/+15
* core: Add updating GATT servicesClaudio Takahasi2012-08-201-8/+56
* core: Rename update_servicesClaudio Takahasi2012-08-201-3/+3
* gatt: Start Discover Services when handle changesClaudio Takahasi2012-08-201-8/+0
* core: Add storing AppearanceClaudio Takahasi2012-08-201-0/+5
* core: PropertyChanged signal for Icon/AppearanceClaudio Takahasi2012-08-201-0/+5