summaryrefslogtreecommitdiffstats
path: root/hcid/dbus.c
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Johan Hedberg2006-09-271-1/+4
| | | | security mode 3 case
* 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 ↵Claudio Takahasi2006-09-221-7/+7
| | | | running(started by NON D-Bus)
* 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 ↵Claudio Takahasi2006-09-211-0/+8
| | | | mode and standard inq was active
* DiscoveryCompleted:send this signal properly when inq is called inside the ↵Claudio Takahasi2006-09-211-18/+43
| | | | periodic inq idle interval
* 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
| | | | device, initiated by non D-Bus
* 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
|
* Cleanup disc_device_req_name and some related codeJohan Hedberg2006-09-051-42/+35
|
* Fixed CancelDiscoveryClaudio Takahasi2006-09-041-1/+4
|
* Cleanup/fix glib-ectomy.c and its usageJohan Hedberg2006-08-261-14/+18
|
* Reduced CancelBonding reply timeClaudio Takahasi2006-08-251-67/+53
|
* CancelBonding improvedClaudio Takahasi2006-08-241-21/+51
|
* Fixed bonding reply message when disconnectedClaudio Takahasi2006-08-231-5/+10
|
* More coding style fixesJohan Hedberg2006-08-231-1/+1
|
* Coding style fixesJohan Hedberg2006-08-231-17/+17
|
* Get rid of redundant pdata->bonding_requestorJohan Hedberg2006-08-231-45/+14
|
* Improve error reporting for failed HCI commandsJohan Hedberg2006-08-221-1/+2
|
* splitted requestor_name into bonding_requestor and discovery_requestorClaudio Takahasi2006-08-211-23/+38
|
* Preliminary support for passkey agent timeoutsJohan Hedberg2006-08-201-16/+17
|
* First round of Passkey Release method supportJohan Hedberg2006-08-201-1/+11
|
* Improve situation where bonding requestor exitsJohan Hedberg2006-08-191-1/+28
|
* Cancel bonding if requestor exitsJohan Hedberg2006-08-191-1/+23
|
* Cancel agent requests on DEVDOWNJohan Hedberg2006-08-181-0/+2
|
* Initialize peer_addr to avoid invalid freeMarcel Holtmann2006-08-181-1/+1
|
* Fix accessing free'd memoryJohan Hedberg2006-08-181-1/+2
|
* First try at PasskeyAgent Cancel methodJohan Hedberg2006-08-181-12/+11
|
* Fixed SetMode when the adapter is DOWNClaudio Takahasi2006-08-181-0/+1
|
* code cleanup:using libc freeClaudio Takahasi2006-08-161-32/+8
|
* Missing ModeChanged signal on DEVDOWNClaudio Takahasi2006-08-161-1/+9
|