summaryrefslogtreecommitdiffstats
path: root/hcid
Commit message (Expand)AuthorAgeFilesLines
* Handle the new Simple Pairing eventsMarcel Holtmann2007-08-081-0/+49
* Only set extended inquiry data when simple pairing is activatedMarcel Holtmann2007-08-085-44/+160
* hcid: code cleanup - useless listClaudio Takahasi2007-08-061-3/+1
* hcid: GetRemoteInfo - connected verification improvedClaudio Takahasi2007-08-061-3/+7
* hcid: ListRecentRemoteDevices - force appending connected devices(lastused mi...Claudio Takahasi2007-08-061-0/+16
* hcid: ListRecentRemoteDevices and ListRemoteDevices - updated method descriptionClaudio Takahasi2007-08-061-2/+5
* hcid: ListRecentRemoteDevices - added commentsClaudio Takahasi2007-08-061-4/+3
* hcid: ListRecentRemoteDevices - bonded and trusted must be always addedClaudio Takahasi2007-08-031-6/+8
* hcid: ListRemoteDevices - lastused already contains the connected remote devicesClaudio Takahasi2007-08-031-15/+0
* hcid: ListRecentRemoteDevices - added lastseen and trusted devices, return al...Claudio Takahasi2007-08-031-4/+14
* hcid: ListRemoteDevices - added trusted devices and connected devices, remove...Claudio Takahasi2007-08-031-3/+18
* hcid: GetRemoteInfo - added class and connected attributesClaudio Takahasi2007-08-031-2/+12
* Correct the name of the ListTrusts method in the docJohan Hedberg2007-08-031-1/+1
* Implement Adapter.ListTrusts methodJohan Hedberg2007-08-034-0/+72
* Check for invalid minor class string table indexJohan Hedberg2007-08-031-7/+29
* hcid: don't register the adapter D-Bus path when it is on raw modeClaudio Takahasi2007-08-012-6/+27
* Add TrustAdded and TrustChanged signals for the Adapter interface to the API ...Johan Hedberg2007-07-311-0/+7
* hcid: fixed logic error for hci_devinfo callsClaudio Takahasi2007-07-311-2/+2
* database: Added new method UpdateServiceRecordFromXMLClaudio Takahasi2007-06-252-31/+83
* UpdateServiceRecord: fixed memory leak on failureClaudio Takahasi2007-06-251-1/+3
* Handle missing event mask bitsMarcel Holtmann2007-06-221-0/+6
* Make use of bachk() functionMarcel Holtmann2007-06-222-40/+1
* Handle local connection disconnectsMarcel Holtmann2007-06-224-14/+18
* Improve local connection handlingMarcel Holtmann2007-06-223-10/+57
* More work on private D-Bus serverMarcel Holtmann2007-06-191-0/+4
* dbus-api: Added RemoteIdentifiersUpdated descriptionClaudio Takahasi2007-06-191-0/+7
* adapter: added RemoteIdentifiersUpdated signalClaudio Takahasi2007-06-192-10/+24
* GetRemoteServiceIdentifiers: Request the DeviceID if it was not returned prev...Claudio Takahasi2007-06-181-74/+62
* Propagate local server address to servicesMarcel Holtmann2007-06-163-3/+19
* Add skeleton for local D-Bus serverMarcel Holtmann2007-06-164-0/+131
* GetRemoteServiceIdentifiers: Ignore repeated service identifiersClaudio Takahasi2007-06-151-12/+23
* GetRemoteServiceIdentifiers: If the reply is empty(for L2CAP) try DeviceIDClaudio Takahasi2007-06-151-3/+3
* GetRemoteServiceIdentifiers: when the reply is empty(for public browse) try L...Claudio Takahasi2007-06-151-19/+51
* GetRemoteServiceIdentifiers: store the received recordsClaudio Takahasi2007-06-151-3/+11
* dbus-api: added GetRemoteServiceIdentifiers descriptionClaudio Takahasi2007-06-151-0/+4
* GetRemoteServiceIdentifiers: retrieve all record attributes instead of the se...Claudio Takahasi2007-06-151-34/+21
* Add future API proposal documentMarcel Holtmann2007-06-151-0/+65
* Add first version of GetRemoteServiceIdentifiersMarcel Holtmann2007-06-153-2/+189
* Add setting of event maskMarcel Holtmann2007-06-151-0/+15
* Add GetRemoteServiceIdentifiers methodMarcel Holtmann2007-06-141-0/+5
* UpdateServiceRecord: add/replace the rec handle attr before update it(when sd...Claudio Takahasi2007-06-121-0/+3
* UpdateServiceRecord: removed mem leak(when sdpd is running)Claudio Takahasi2007-06-121-14/+12
* Add limited mode to API descriptionMarcel Holtmann2007-06-071-6/+7
* Check for adapter state in SDP methodsJohan Hedberg2007-06-071-0/+6
* Mention ListAvailableModes methodMarcel Holtmann2007-06-071-0/+5
* Add method for retrieving the list of supported adapter modesMarcel Holtmann2007-06-071-2/+31
* Add support for limited discovery modeMarcel Holtmann2007-06-076-104/+250
* Add "hfp" to known service identifiersJohan Hedberg2007-06-061-0/+1
* Ignore connection events for non-ACL linksJohan Hedberg2007-05-311-0/+3
* Cleanup bdaddr conversionsJohan Hedberg2007-05-263-168/+90