summaryrefslogtreecommitdiffstats
path: root/hcid/adapter.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed remove temporary deviceCidorvan Leite2008-04-151-3/+2
* Fix endiannes handling of connection handlesJohan Hedberg2008-04-151-1/+1
* hcid: removing device object when some error occurs during bonding processVinicius Gomes2008-04-141-0/+14
* Fix bug on CreateDevice which doesn't check if the address given is valid.Luiz Augusto von Dentz2008-04-141-0/+3
* Do not emit DeviceCreated before sdp discover has complete.Luiz Augusto von Dentz2008-04-141-6/+0
* Fixed memory leak and added address checkCidorvan Leite2008-04-111-9/+10
* Fix possible memory leak.Luiz Augusto von Dentz2008-04-111-3/+10
* Emit signals properly when removing a device.Luiz Augusto von Dentz2008-04-111-78/+94
* Added local agent in CreatePairedDeviceCidorvan Leite2008-04-101-12/+36
* fixed wrong storage file nameClaudio Takahasi2008-04-101-1/+1
* Fix DeviceCreated/DeviceRemoved signal being emitted for temporary devices.Luiz Augusto von Dentz2008-04-091-9/+11
* Fix temporary device removal not emitting DeviceRemoved.Luiz Augusto von Dentz2008-04-091-14/+23
* Fix CreatePairedDevice and CreateDevice behavior.Luiz Augusto von Dentz2008-04-081-193/+50
* hcid: temporary devices, now devices created at incoming pairing are removed ...Vinicius Gomes2008-04-071-0/+2
* Fix agent double free on device removal.Luiz Augusto von Dentz2008-04-041-14/+0
* hcid: creating the device object when the pair is initiated by the remote dev...Vinicius Gomes2008-04-031-5/+33
* Fix SetMode/SetProperty behavior so it actually call agent to confirm mode wh...Luiz Augusto von Dentz2008-04-021-34/+79
* Change last_mode to global_mode.Luiz Augusto von Dentz2008-04-021-8/+9
* Add RequestMode sessions support.Luiz Augusto von Dentz2008-04-021-17/+81
* request_mode_cb should be staticJohan Hedberg2008-04-021-1/+1
* missing DiscoverDevices and CancelDiscovery methods in the old APIClaudio Takahasi2008-03-271-0/+4
* Fixed wrong report of create device in progress errorClaudio Takahasi2008-03-201-1/+3
* Add records based on the adapter addressClaudio Takahasi2008-03-201-2/+4
* Add adapter to agent_create.Luiz Augusto von Dentz2008-03-201-1/+1
* Fix strconcat bugMarcel Holtmann2008-03-201-1/+1
* Emit device PropertyChanged properly and fix adapter signals to be emmitted i...Luiz Augusto von Dentz2008-03-201-12/+109
* Added adapter UpdateServiceRecord implementationClaudio Takahasi2008-03-201-18/+4
* adapter: fixing the parameter list of the adapter_get_device functionVinicius Gomes2008-03-201-2/+2
* adapter: adding adapter_get_device functionVinicius Gomes2008-03-201-0/+18
* Implement basic support for new service record registrationMarcel Holtmann2008-03-151-5/+23
* 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 cod...Luiz Augusto von Dentz2008-03-141-22/+22
* 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