summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-hci.c
Commit message (Expand)AuthorAgeFilesLines
* Use g_dbus_emit_signal for sending D-Bus signalsMarcel Holtmann2008-06-071-33/+33
* Use gdbus API for signal sending with valistMarcel Holtmann2008-06-071-1/+1
* Removed ba2adapter functionClaudio Takahasi2008-06-071-19/+19
* More cleanups and less castingMarcel Holtmann2008-06-061-5/+16
* use proper casts for pin_req_cmpJohan Hedberg2008-06-061-2/+2
* Add some extra debug printsJohan Hedberg2008-06-061-1/+5
* Further cleanup of authentication logicJohan Hedberg2008-06-061-21/+14
* Fix the object user data handling in security callbacksMarcel Holtmann2008-06-061-4/+4
* Use direct D-Bus sending functionsMarcel Holtmann2008-06-061-9/+16
* Fix bug introduced by previous cleanupJohan Hedberg2008-06-051-5/+4
* Implement first part of missing SSP callbacksJohan Hedberg2008-06-051-0/+126
* Add support for fetching IO capability from an agentJohan Hedberg2008-06-051-0/+35
* Clean up adapter lookupJohan Hedberg2008-06-051-322/+160
* Changed old Adapter methods to use gdbusClaudio Takahasi2008-06-041-70/+106
* Rework new agent logicJohan Hedberg2008-06-031-0/+11
* Remove the test D-Bus APIMarcel Holtmann2008-06-031-12/+2
* Converted Adapter interface to use new GDBusMethodTableClaudio Takahasi2008-06-031-1/+1
* Rename RequestPasskey to RequestPinCodeJohan Hedberg2008-05-301-5/+5
* Change name_listener API to libgdbus watch APIJohan Hedberg2008-05-291-10/+12
* Use guint identifier for all name_listener operationsJohan Hedberg2008-05-271-95/+19
* 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
* Fix endiannes handling of connection handlesJohan Hedberg2008-04-151-1/+1
* Remove pin request even if status != 0Johan Hedberg2008-04-151-1/+4
* hcid: removing device object when some error occurs during bonding processVinicius Gomes2008-04-141-0/+5
* hcid: now the DeviceCreated signal is sent only when the pairing is complete.Vinicius Gomes2008-04-111-0/+10
* Emit signals properly when removing a device.Luiz Augusto von Dentz2008-04-111-27/+18
* Added local agent in CreatePairedDeviceCidorvan Leite2008-04-101-9/+13
* Fix temporary device removal not emitting DeviceRemoved.Luiz Augusto von Dentz2008-04-091-5/+3
* Fix CreatePairedDevice and CreateDevice behavior.Luiz Augusto von Dentz2008-04-081-41/+57
* hcid: temporary devices, now devices created at incoming pairing are removed ...Vinicius Gomes2008-04-071-4/+11
* hcid: fixing a segmentation fault, when the first pair failed.Vinicius Gomes2008-04-031-6/+1
* hcid: creating the device object when the pair is initiated by the remote dev...Vinicius Gomes2008-04-031-5/+5
* hcid: fixing the PropertyChanged signal for PeriodicDiscoveryVinicius Gomes2008-03-271-4/+4
* Remove another incorrect call to agent_destroyJohan Hedberg2008-03-201-5/+0
* Remove invalid call to agent_destroyJohan Hedberg2008-03-201-5/+0
* Fix uninitialized memory accessJohan Hedberg2008-03-201-3/+3
* Fix parameter passing to adapter_get_deviceJohan Hedberg2008-03-201-2/+3
* Implement support for new Agent.RequestPasskeyJohan Hedberg2008-03-201-1/+74
* Emit device PropertyChanged properly and fix adapter signals to be emmitted i...Luiz Augusto von Dentz2008-03-201-6/+80
* Fix RSSI dbus type.Luiz Augusto von Dentz2008-03-141-1/+1
* verify experimental flag before register the device pathClaudio Takahasi2008-03-141-2/+2
* added new adapter/device D-Bus pathClaudio Takahasi2008-03-141-23/+85
* Fix coding style.Luiz Augusto von Dentz2008-03-141-9/+11
* Fix adapter signal DeviceFound to emit RSSI and Name.Luiz Augusto von Dentz2008-03-141-7/+15
* agent_release is already called through agent_free and doesn't need to be publicJohan Hedberg2008-03-141-3/+0
* Call agent_release at appropriate placesJohan Hedberg2008-03-141-0/+19
* Add support for having the new manager interface on root pathMarcel Holtmann2008-03-131-0/+30
* Add experimental adapter signals DeviceFound and DeviceDisappeared.Luiz Augusto von Dentz2008-03-131-21/+78
* Created devices from linkkeysCidorvan Leite2008-03-131-2/+21