summaryrefslogtreecommitdiffstats
path: root/hcid
Commit message (Expand)AuthorAgeFilesLines
...
* Fall back to old PasskeyAgent.Request API if the new one failsJohan Hedberg2006-10-212-29/+62
* Update D-Bus API and example passkey agentMarcel Holtmann2006-10-202-13/+62
* Append numeric parameter to passkey requestMarcel Holtmann2006-10-191-0/+2
* Use dbus_connection_unref() instead of dbus_connection_close()Marcel Holtmann2006-10-181-1/+1
* Fix received length check for l2cap info responseJohan Hedberg2006-10-131-1/+1
* Keep periodic discovery name resolving setting also after the first periodJohan Hedberg2006-10-132-1/+4
* Default to resolving names during periodic discoveryJohan Hedberg2006-10-121-9/+11
* Add extra checks for l2cap info request response parsingJohan Hedberg2006-10-121-6/+33
* Check for correct L2CAP signaling command code when waiting for info request ...Johan Hedberg2006-10-121-5/+13
* Disable passkey agents (reject any pin request) for a device when an audit to...Johan Hedberg2006-10-123-9/+33
* More cleanupJohan Hedberg2006-10-123-78/+83
* Code cleanupJohan Hedberg2006-10-124-411/+602
* Implement SetPeriodicDiscoveryNameResolving and GetPeriodicDiscoveryNameResol...Johan Hedberg2006-10-123-1/+77
* Clean up disc_device_removeJohan Hedberg2006-10-121-8/+6
* Sort discovered devices list based on their RSSIJohan Hedberg2006-10-123-7/+24
* Make audit queuing more sensible with many devices aroundJohan Hedberg2006-10-054-50/+77
* 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-0510-131/+131
* Allow AuditRemoteDevice while periodic inquiry is activeJohan Hedberg2006-10-041-2/+1
* More D-Bus Test interface implementationJohan Hedberg2006-10-046-21/+289
* cleanup:renamed hci_dbus_data to adapterClaudio Takahasi2006-10-047-591/+591
* cleanupClaudio Takahasi2006-10-042-82/+20
* L2CAP info request support for AuditRemoteDevice methodJohan Hedberg2006-10-041-3/+181
* Make audits list static and initialize it to NULLJohan Hedberg2006-10-031-1/+1
* More AuditRemoteDevice implementationJohan Hedberg2006-10-035-100/+302
* cleanupClaudio Takahasi2006-10-031-11/+2
* Removed '0x' from search patternClaudio Takahasi2006-09-291-14/+5
* fixed warningsClaudio Takahasi2006-09-291-0/+2
* support uuid128 and '0x' for service search matchClaudio Takahasi2006-09-294-50/+63
* Update friendly service name tableJohan Hedberg2006-09-291-5/+5
* Do not use RFCOMM_HANGUP_NOW because it kills our system (kernel bug)Ulisses Furquim2006-09-291-0/+8
* Update the test interface frameworkMarcel Holtmann2006-09-291-2/+21
* Small cosmetic cleanupMarcel Holtmann2006-09-291-2/+2
* GetRemoteServiceHandles: request browsing when the match string is emptyClaudio Takahasi2006-09-292-7/+14
* GetRemoteServiceHandles:added service matchClaudio Takahasi2006-09-291-2/+18
* Remove RFCOMM.Connected and Disconnected signals since their proper implement...Johan Hedberg2006-09-291-16/+0
* more errors updateClaudio Takahasi2006-09-291-25/+58
* Added IsPeriodicDiscoveryClaudio Takahasi2006-09-291-0/+7
* updated errorsClaudio Takahasi2006-09-291-9/+11
* Added IsPeriodicDiscoveryClaudio Takahasi2006-09-291-0/+17
* SetMinorClass: cleanup and check UnsupportedMajorClassClaudio Takahasi2006-09-281-17/+18
* Add basic framework for the test interfaceMarcel Holtmann2006-09-283-0/+49
* Correct the const declarationMarcel Holtmann2006-09-281-10/+8
* Don't include dbus-test into distributionMarcel Holtmann2006-09-281-1/+1
* Add source file for test interfaceMarcel Holtmann2006-09-283-435/+30
* GetMajorClass: call hci_read_class_of_dev to check the major classClaudio Takahasi2006-09-281-1/+21
* GetMinorClass must return UnsupportedMajorClass if the major class isn't "com...Claudio Takahasi2006-09-271-4/+4
* cleanupClaudio Takahasi2006-09-271-10/+7