summaryrefslogtreecommitdiffstats
path: root/hcid/dbus.c
Commit message (Expand)AuthorAgeFilesLines
* More cleanup. Move common dbus stuff to common/dbus.c. hcid/dbus.c -> hcid/db...Johan Hedberg2006-11-011-2591/+0
* Cleanup: split dbus.h into several dbus-*.h files (one for each dbus-*.c file)Johan Hedberg2006-10-301-48/+36
* Add code to release authorization agentsUlisses Furquim2006-10-301-0/+1
* Send Release to all service agents before the hcid daemon exitsClaudio Takahasi2006-10-261-0/+1
* Fixed wrong previous commitClaudio Takahasi2006-10-251-1/+1
* Added initial service reg skeletonClaudio Takahasi2006-10-251-1/+1
* Send DefaultAdapterChanged when necessaryJohan Hedberg2006-10-221-1/+20
* Basic integration of confirmation conceptMarcel Holtmann2006-10-221-0/+18
* Use dbus_connection_unref() instead of dbus_connection_close()Marcel Holtmann2006-10-181-1/+1
* Keep periodic discovery name resolving setting also after the first periodJohan Hedberg2006-10-131-1/+1
* Default to resolving names during periodic discoveryJohan Hedberg2006-10-121-9/+11
* More cleanupJohan Hedberg2006-10-121-62/+62
* Code cleanupJohan Hedberg2006-10-121-210/+295
* Clean up disc_device_removeJohan Hedberg2006-10-121-8/+6
* Sort discovered devices list based on their RSSIJohan Hedberg2006-10-121-5/+21
* Make audit queuing more sensible with many devices aroundJohan Hedberg2006-10-051-1/+5
* added verification for hci_devid return valueClaudio Takahasi2006-10-051-2/+16
* cleanup:removed unnecessary codeClaudio Takahasi2006-10-051-9/+1
* removed some const declarations to follow bluez code styleClaudio Takahasi2006-10-051-6/+4
* renamed send_reply_and_unref to send_message_and_unrefClaudio Takahasi2006-10-051-27/+27
* cleanup:renamed hci_dbus_data to adapterClaudio Takahasi2006-10-041-320/+320
* cleanupClaudio Takahasi2006-10-041-62/+16
* cleanupClaudio Takahasi2006-09-271-10/+7
* missing set expected return event for hci_send_reqClaudio Takahasi2006-09-271-0/+4
* changed timeout for hci_send_reqClaudio Takahasi2006-09-271-9/+9
* Return correct error reply for CreateBonding when using security mode 3Johan Hedberg2006-09-271-3/+9
* Make sure passkey agents get Cancel and Release methods if necessary in the s...Johan Hedberg2006-09-271-1/+4
* Fix pairing state when using security mode 3Johan Hedberg2006-09-271-1/+10
* Remove bonding io channel watch when freeing related dataJohan Hedberg2006-09-241-0/+4
* missing DiscoveryCompleted if GetRemoteName is called and there is inquiry ru...Claudio Takahasi2006-09-221-7/+7
* Make sure to disable the name resolution for non D-Bus clientsMarcel Holtmann2006-09-211-36/+69
* Rename RemoteDeviceLost to RemoteDeviceDisappearedMarcel Holtmann2006-09-211-1/+1
* Added out of range signalClaudio Takahasi2006-09-211-2/+63
* send DiscoveryCompleted before PeriodicDiscoveryStoppedClaudio Takahasi2006-09-211-5/+5
* CSR workaround: sending DiscoveryCompleted when exiting from periodic inq mod...Claudio Takahasi2006-09-211-0/+8
* DiscoveryCompleted:send this signal properly when inq is called inside the pe...Claudio Takahasi2006-09-211-18/+43
* Use simple extraction for EIR namesMarcel Holtmann2006-09-201-11/+29
* remote name request cleanupClaudio Takahasi2006-09-201-90/+106
* Deal with name field of extended inquiry responseMarcel Holtmann2006-09-201-14/+39
* Take care of extended inquiry response dataMarcel Holtmann2006-09-201-1/+1
* Cancel/Stop inquiry when unregistering path or if DEV_DOWN is receivedClaudio Takahasi2006-09-201-2/+10
* send PeriodicDiscoveryStopped when stopping the adapterClaudio Takahasi2006-09-201-1/+1
* DiscoveryCompleted was not being sent properly: unregistering path, stopping ...Claudio Takahasi2006-09-201-15/+15
* Fix sending the right HCI command when a discovery is canceledJohan Hedberg2006-09-201-33/+31
* cleanup:lap and command complete eventClaudio Takahasi2006-09-191-1/+1
* Add periodic discovery support to the D-Bus APIJohan Hedberg2006-09-191-86/+309
* Cleanup pending pin request list on disconnect eventJohan Hedberg2006-09-151-0/+7
* Use L2CAP raw sockets for HCI connection creationMarcel Holtmann2006-09-151-162/+67
* Reply for CancelDiscovery now sent before send DiscoveryCompletedClaudio Takahasi2006-09-051-5/+28
* Added DiscoverDevices request owner trackingClaudio Takahasi2006-09-051-1/+99