summaryrefslogtreecommitdiffstats
path: root/hcid/adapter.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove some unneeded experimental checksMarcel Holtmann2008-03-151-30/+0
|
* Add skeletons for service record methodsMarcel Holtmann2008-03-151-54/+116
|
* Fix RequestMode when no agent is registered or the new mode is the same.Luiz Augusto von Dentz2008-03-141-1/+4
|
* Move private structs from adapter.c to adapter.hLuiz Augusto von Dentz2008-03-141-0/+15
|
* Introduce adapter method RequestMode.Luiz Augusto von Dentz2008-03-141-0/+69
|
* added new adapter/device D-Bus pathClaudio Takahasi2008-03-141-6/+21
|
* Send replies to agent register and unregister methodsJohan Hedberg2008-03-141-3/+15
|
* Add initial code for new agent interfaceJohan Hedberg2008-03-141-6/+50
|
* Fix use of g_strdup and g_free that already handle NULL pointers and some ↵Luiz Augusto von Dentz2008-03-141-22/+22
| | | | coding style fixes.
* Add initial code of adapter CreatePairedDevice.Luiz Augusto von Dentz2008-03-141-48/+108
|
* Added new function to remove the listener based on integer identificationClaudio Takahasi2008-03-131-0/+18
|
* Fixed memory leak when removing uuid duplicatedCidorvan Leite2008-03-131-3/+7
|
* Created devices from linkkeysCidorvan Leite2008-03-131-5/+0
|
* Introduce RegisterAgent and UnregisterAgent adapter methods.Luiz Augusto von Dentz2008-03-131-0/+32
|
* Mark adapter PropertyChanged experimental.Luiz Augusto von Dentz2008-03-131-8/+14
|
* uuids inserted sortedCidorvan Leite2008-03-131-1/+2
|
* Removed uuids repeatedCidorvan Leite2008-03-131-1/+2
|
* Adapter: adding the new FindDevice method and documentation.Vinicius Gomes2008-03-131-0/+35
|
* Mark adapter SetProperty and GetProperties as experimental.Luiz Augusto von Dentz2008-03-131-0/+6
|
* cleanup: removed device's static D-Bus connection referenceClaudio Takahasi2008-03-131-2/+3
|
* RemoveDevice: Removing stored dataClaudio Takahasi2008-03-121-2/+11
|
* Keep a list of device's structure pointers instead of pathsClaudio Takahasi2008-03-121-19/+32
|
* Add Mode property to adapter and make use of g_str_equal witch is now ↵Luiz Augusto von Dentz2008-03-121-14/+29
| | | | available in eglib.
* Emit PropertyChanged when property changes in adapter.Luiz Augusto von Dentz2008-03-121-0/+9
|
* Added RemoveDeviceClaudio Takahasi2008-03-121-1/+12
|
* Emitting DeviceCreated signalClaudio Takahasi2008-03-121-0/+7
|
* CreateDevice: Check if the device already existsClaudio Takahasi2008-03-111-0/+3
|
* CreateDevice: return object path instead of stringClaudio Takahasi2008-03-111-1/+1
|
* ListDevices: return object path instead of stringClaudio Takahasi2008-03-111-2/+2
|
* minor cleanup: replace char by gcharClaudio Takahasi2008-03-111-2/+2
|
* Remove use of g_str_equal witch is not part of eglib.Luiz Augusto von Dentz2008-03-101-3/+3
|
* Add initial code of adapter SetProperty.Luiz Augusto von Dentz2008-03-101-26/+97
|
* Storing device's profilesClaudio Takahasi2008-03-101-0/+12
|
* Intial adapter GetProperties implementation.Luiz Augusto von Dentz2008-03-101-1/+53
|
* added new function to convert uuid to string(uuid128)Claudio Takahasi2008-03-101-4/+5
|
* Intial device GetProperties implementation.Luiz Augusto von Dentz2008-03-101-1/+1
|
* extract the service class uuidClaudio Takahasi2008-03-071-1/+23
|
* Registering device's object pathClaudio Takahasi2008-03-071-1/+12
|
* added bt_discover_services functionClaudio Takahasi2008-03-061-14/+46
|
* Fixed DeviceFound signal signatureClaudio Takahasi2008-03-061-7/+7
|
* Fixing some method signatures in the Adapter Interface.Vinicius Gomes2008-03-051-2/+2
|
* Adding Device InterfaceVinicius Gomes2008-03-051-5/+6
|
* Introduces new Adapter signals.Vinicius Gomes2008-03-051-2/+9
|
* Introduces the new Adapter Interface.Vinicius Gomes2008-03-051-10/+22
|
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
|
* Allow GetInfo and GetAddress to failMarcel Holtmann2008-02-011-1/+8
|
* Whitespace cleanupJohan Hedberg2008-01-281-5/+3
|
* Update services to new error codes and helper functionsJohan Hedberg2007-11-261-114/+115
|
* Whitespace cleanupJohan Hedberg2007-11-071-6/+6
|
* Update copyright informationMarcel Holtmann2007-10-231-0/+1
|