summaryrefslogtreecommitdiffstats
path: root/hcid/adapter.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Return proper negative replies to different types of authentication requestsJohan Hedberg2008-06-061-5/+20
|
* Further cleanup of authentication logicJohan Hedberg2008-06-061-2/+2
|
* Fix broken commitMarcel Holtmann2008-06-061-2/+3
|
* And another remove of sending helperMarcel Holtmann2008-06-061-1/+2
|
* More direct usage of D-Bus sending functionMarcel Holtmann2008-06-061-5/+8
|
* Remove device specific agent before removing device objectJohan Hedberg2008-06-061-0/+5
|
* Minor cleanupJohan Hedberg2008-06-061-8/+9
|
* Changed old Adapter methods to use gdbusClaudio Takahasi2008-06-041-603/+530
|
* Use IO_CAPABILITY_INVALID instead of 0 for correctnessJohan Hedberg2008-06-031-1/+2
|
* Rework new agent logicJohan Hedberg2008-06-031-7/+38
|
* Add basic skeleton for tracking agent IO capabilityJohan Hedberg2008-06-031-10/+15
|
* Fix parameter list for CreatePairedDeviceMarcel Holtmann2008-06-031-4/+4
|
* Fix parameter list for changed RegisterAgent methodMarcel Holtmann2008-06-031-3/+3
|
* Converted Adapter interface to use new GDBusMethodTableClaudio Takahasi2008-06-031-236/+279
|
* Change name_listener API to libgdbus watch APIJohan Hedberg2008-05-291-24/+25
|
* Fix ReleaseMode parameters.Luiz Augusto von Dentz2008-05-281-1/+1
|
* Introduce ReleaseMode to Adapter interface.Luiz Augusto von Dentz2008-05-281-0/+22
|
* Use guint identifier for all name_listener operationsJohan Hedberg2008-05-271-19/+94
|
* Move D-Bus object and interface helpers into libgdbusMarcel Holtmann2008-05-081-3/+0
|
* Move D-Bus watch functions into libgdbusMarcel Holtmann2008-05-081-1/+2
|
* 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
| | | | on disconnect.
* 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 ↵Vinicius Gomes2008-04-031-5/+33
| | | | device.
* Fix SetMode/SetProperty behavior so it actually call agent to confirm mode ↵Luiz Augusto von Dentz2008-04-021-34/+79
| | | | when the mode is lower.
* 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 ↵Luiz Augusto von Dentz2008-03-201-12/+109
| | | | in old and new path when necessary.
* 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
|