summaryrefslogtreecommitdiffstats
path: root/hcid
Commit message (Expand)AuthorAgeFilesLines
* Update copyright informationMarcel Holtmann2007-10-2323-0/+23
* Store Extended Inquiry Response data informationMarcel Holtmann2007-10-103-0/+21
* Allow service classes to use Sequence16 and Sequence32Marcel Holtmann2007-10-081-1/+4
* hcid: removed RFCOMM functionsClaudio Takahasi2007-10-042-296/+2
* Fix dict signatures.Luiz Augusto von Dentz2007-10-032-3/+3
* FindAdapter: don't ignore adapters in DOWN stateJohan Hedberg2007-10-031-1/+52
* Use "onmode" instead of "on" as the key for the previous on-modeJohan Hedberg2007-10-021-2/+2
* Implement support for SetMode("on")Johan Hedberg2007-10-025-3/+49
* GetName can be used also in off modeJohan Hedberg2007-10-011-2/+1
* Allow SetName even when the adapter is DOWNJohan Hedberg2007-10-011-4/+5
* Don't update RSSI if new value is 0 (fixes combined DiscoverRemoteDevicesWith...Johan Hedberg2007-09-271-1/+2
* Protect ActivateService against executing a service twice if it is currently ...Johan Hedberg2007-09-263-0/+9
* Use default event mask from the specificationMarcel Holtmann2007-09-101-1/+1
* Add some better debug logging for failed authoriztion requestsJohan Hedberg2007-08-281-3/+4
* Convert UUID-128 strings into UUID-16 values if possibleMarcel Holtmann2007-08-271-25/+35
* Set local device name on adapter setupMarcel Holtmann2007-08-241-0/+5
* Update extended inquiry response when service class changesMarcel Holtmann2007-08-243-0/+29
* Move the extended inquiry response creation into the SDP codeMarcel Holtmann2007-08-241-12/+3
* Don't mess with extended inquiry response on device initMarcel Holtmann2007-08-241-25/+3
* Add test-device scriptMarcel Holtmann2007-08-232-1/+44
* Mark new device related methods as experimentalMarcel Holtmann2007-08-231-0/+9
* Trigger the service classes update through a callbackMarcel Holtmann2007-08-234-65/+52
* Update service classes on all adaptersMarcel Holtmann2007-08-235-14/+55
* First attempt for automatic setting of service classes valueMarcel Holtmann2007-08-227-3/+66
* Fix the listing of service based trustsMarcel Holtmann2007-08-192-22/+35
* Add initial steps for generic device handlingMarcel Holtmann2007-08-175-7/+148
* Create server address fileMarcel Holtmann2007-08-161-0/+17
* Add skeletons for creating and removing devicesMarcel Holtmann2007-08-161-2/+46
* Rename device helpers to adapter helpersMarcel Holtmann2007-08-163-15/+15
* More header cleanupsMarcel Holtmann2007-08-1611-14/+21
* Add dummy ListDevices methodMarcel Holtmann2007-08-151-0/+25
* Remove old RFCOMM API filesMarcel Holtmann2007-08-153-1145/+0
* Rename files for adapter interfaceMarcel Holtmann2007-08-1522-112/+19
* Rename files for manager interfaceMarcel Holtmann2007-08-156-15/+10
* 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