summaryrefslogtreecommitdiffstats
path: root/hcid/adapter.c
Commit message (Collapse)AuthorAgeFilesLines
* Track agent request status in conjunction with authentication requestsJohan Hedberg2008-06-121-3/+39
|
* Don't use raw HCI for tracking authentication request statusJohan Hedberg2008-06-121-28/+37
|
* Move authentication request functions into adapter.cJohan Hedberg2008-06-121-18/+67
|
* Rename pin_reqs o auth_reqs since it's tracking SSP tooJohan Hedberg2008-06-121-10/+10
|
* Add some extra debugs to track device creationJohan Hedberg2008-06-121-0/+8
|
* FindDevice and RemoveDevice should fail for devices that haven't still been ↵Johan Hedberg2008-06-111-0/+10
| | | | fully created
* Use the pattern parameter in DiscoverServices()Marcel Holtmann2008-06-101-1/+1
|
* Remove use of g_dbus_unregister_all_interfaces.Luiz Augusto von Dentz2008-06-091-0/+5
|
* Add support for Simple Pairing User Notification eventJohan Hedberg2008-06-091-0/+3
|
* First attempt at Device.DiscoverServices() implementationMarcel Holtmann2008-06-091-3/+2
|
* Add skeletons for missing API callbacksMarcel Holtmann2008-06-081-82/+101
|
* Fix missing disconnect watch id handlingMarcel Holtmann2008-06-081-4/+4
|
* Use g_dbus_emit_signal for sending D-Bus signalsMarcel Holtmann2008-06-071-10/+10
|
* More cleanups and less castingMarcel Holtmann2008-06-061-1/+2
|
* Add debug prints for agent registrationJohan Hedberg2008-06-061-3/+10
|
* Remove unused codeMarcel Holtmann2008-06-061-2/+0
|
* 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.