summaryrefslogtreecommitdiffstats
path: root/hcid
Commit message (Collapse)AuthorAgeFilesLines
...
* Adapt to modified parameter list of the register methodMarcel Holtmann2006-10-261-64/+4
|
* Add short description for Service{Registered,Unregistered} signalsUlisses Furquim2006-10-261-1/+9
|
* Add signals to report when a service is registered or unregisteredUlisses Furquim2006-10-261-4/+22
|
* Minor bug fixEduardo Rocha2006-10-261-3/+1
|
* Make Manager.ListServices() return an array of object pathsUlisses Furquim2006-10-262-4/+10
|
* Minor bug fixEduardo Rocha2006-10-261-6/+3
|
* Code cleanupClaudio Takahasi2006-10-261-4/+2
|
* Added Manager.ListServicesClaudio Takahasi2006-10-261-1/+17
|
* Store the service agent data in the D-Bus path dataClaudio Takahasi2006-10-263-184/+122
|
* Code cleanupClaudio Takahasi2006-10-261-31/+32
|
* Fixed wrong previous commitClaudio Takahasi2006-10-251-1/+1
|
* Added initial service reg skeletonClaudio Takahasi2006-10-254-7/+522
|
* Add short descriptions for each method of the new Service APIUlisses Furquim2006-10-251-2/+87
|
* Add missing methods to the service agent exampleMarcel Holtmann2006-10-251-1/+101
|
* Fix object path description of the Service hierarchyUlisses Furquim2006-10-251-1/+1
|
* Fix Service interface APIUlisses Furquim2006-10-251-2/+2
|
* Add draft example of a service agentMarcel Holtmann2006-10-252-1/+306
|
* First draft of the Service API.Ulisses Furquim2006-10-241-0/+63
|
* CleanupMarcel Holtmann2006-10-241-3/+4
|
* Send DefaultAdapterChanged when necessaryJohan Hedberg2006-10-221-1/+20
|
* In case of no confirmation send a negative PIN code replyMarcel Holtmann2006-10-221-0/+3
|
* Implement the confirmation methodMarcel Holtmann2006-10-222-15/+202
|
* Basic integration of confirmation conceptMarcel Holtmann2006-10-225-3/+37
|
* Send DiscoverableTimeoutChanged signalMarcel Holtmann2006-10-221-1/+6
|
* Add definitions for missing signalsMarcel Holtmann2006-10-211-0/+9
|
* Log passkey agent error only onceJohan Hedberg2006-10-211-2/+3
|
* Allow zero length adapter namesJohan Hedberg2006-10-211-2/+2
|
* 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
| | | | response
* Disable passkey agents (reject any pin request) for a device when an audit ↵Johan Hedberg2006-10-123-9/+33
| | | | to it is in progress
* More cleanupJohan Hedberg2006-10-123-78/+83
|
* Code cleanupJohan Hedberg2006-10-124-411/+602
|
* Implement SetPeriodicDiscoveryNameResolving and ↵Johan Hedberg2006-10-123-1/+77
| | | | GetPeriodicDiscoveryNameResolving
* 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
|