summaryrefslogtreecommitdiffstats
path: root/hcid/dbus.h
Commit message (Collapse)AuthorAgeFilesLines
* More cleanup. Move common dbus stuff to common/dbus.c. hcid/dbus.c -> ↵Johan Hedberg2006-11-011-53/+0
| | | | hcid/dbus-hci.c
* Cleanup: split dbus.h into several dbus-*.h files (one for each dbus-*.c file)Johan Hedberg2006-10-301-254/+1
|
* Add code to release authorization agentsUlisses Furquim2006-10-301-0/+1
|
* Add registration part of the new Authorization APIUlisses Furquim2006-10-271-1/+6
|
* Added SetTrusted in the Service interfaceClaudio Takahasi2006-10-271-0/+1
|
* Added authentication agent functions prototypeClaudio Takahasi2006-10-271-0/+12
|
* Send Release to all service agents before the hcid daemon exitsClaudio Takahasi2006-10-261-0/+1
|
* Added Manager.GetInterfaceNames and changed service registration method ↵Claudio Takahasi2006-10-261-1/+2
| | | | prototype
* Store the service agent data in the D-Bus path dataClaudio Takahasi2006-10-261-1/+1
|
* Added initial service reg skeletonClaudio Takahasi2006-10-251-0/+4
|
* Implement the confirmation methodMarcel Holtmann2006-10-221-0/+1
|
* Basic integration of confirmation conceptMarcel Holtmann2006-10-221-0/+2
|
* Fall back to old PasskeyAgent.Request API if the new one failsJohan Hedberg2006-10-211-0/+1
|
* Disable passkey agents (reject any pin request) for a device when an audit ↵Johan Hedberg2006-10-121-0/+1
| | | | to it is in progress
* More cleanupJohan Hedberg2006-10-121-8/+12
|
* Code cleanupJohan Hedberg2006-10-121-14/+14
|
* Implement SetPeriodicDiscoveryNameResolving and ↵Johan Hedberg2006-10-121-0/+1
| | | | GetPeriodicDiscoveryNameResolving
* Sort discovered devices list based on their RSSIJohan Hedberg2006-10-121-1/+2
|
* Make audit queuing more sensible with many devices aroundJohan Hedberg2006-10-051-0/+2
|
* renamed send_reply_and_unref to send_message_and_unrefClaudio Takahasi2006-10-051-1/+1
|
* More D-Bus Test interface implementationJohan Hedberg2006-10-041-0/+2
|
* cleanup:renamed hci_dbus_data to adapterClaudio Takahasi2006-10-041-10/+10
|
* More AuditRemoteDevice implementationJohan Hedberg2006-10-031-0/+5
|
* support uuid128 and '0x' for service search matchClaudio Takahasi2006-09-291-0/+1
|
* Add basic framework for the test interfaceMarcel Holtmann2006-09-281-0/+4
|
* Return correct error reply for CreateBonding when using security mode 3Johan Hedberg2006-09-271-2/+4
|
* Fix CreateBonding error return on authentication failureJohan Hedberg2006-09-271-0/+1
|
* Reply with correct error to CreateBonding when a page timeout occursJohan Hedberg2006-09-271-0/+1
|
* Move sdp related data allocation from dbus-rfcomm.c to dbus-sdp.cJohan Hedberg2006-09-211-2/+2
|
* Added out of range signalClaudio Takahasi2006-09-211-0/+1
|
* DiscoveryCompleted:send this signal properly when inq is called inside the ↵Claudio Takahasi2006-09-211-0/+1
| | | | periodic inq idle interval
* Fix sending the right HCI command when a discovery is canceledJohan Hedberg2006-09-201-2/+2
|
* Make RFCOMM.Connect() do an SDP search before connectingUlisses Furquim2006-09-191-2/+7
|
* Add periodic discovery support to the D-Bus APIJohan Hedberg2006-09-191-15/+19
|
* Use L2CAP raw sockets for HCI connection creationMarcel Holtmann2006-09-151-7/+8
|
* Reply for CancelDiscovery now sent before send DiscoveryCompletedClaudio Takahasi2006-09-051-0/+1
|
* Added DiscoverDevices request owner trackingClaudio Takahasi2006-09-051-1/+2
|
* Fixed CancelDiscoveryClaudio Takahasi2006-09-041-2/+4
|
* Added GetRemoteServiceRecord and GetRemoteServiceHandles. Updated ↵Claudio Takahasi2006-08-311-0/+2
| | | | GetIdentifiers and GetIdentifiersByService
* change sdp service identifiers to be bd_addr/record handleUlisses Furquim2006-08-301-1/+1
|
* changed sdp error handlingClaudio Takahasi2006-08-291-0/+1
|
* Reduced CancelBonding reply timeClaudio Takahasi2006-08-251-2/+9
|
* Add preliminary RFCOMM.Connect and RFCOMM.CancelConnect supportJohan Hedberg2006-08-231-0/+4
|
* Get rid of redundant pdata->bonding_requestorJohan Hedberg2006-08-231-1/+0
|
* splitted requestor_name into bonding_requestor and discovery_requestorClaudio Takahasi2006-08-211-1/+2
|
* Remove UnknownAddress error (since it's unnecessary)Johan Hedberg2006-08-211-1/+1
|
* Preliminary support for passkey agent timeoutsJohan Hedberg2006-08-201-0/+1
|
* First round of Passkey Release method supportJohan Hedberg2006-08-201-17/+21
|
* Cancel bonding if requestor exitsJohan Hedberg2006-08-191-0/+2
|
* First try at PasskeyAgent Cancel methodJohan Hedberg2006-08-181-6/+18
|