summaryrefslogtreecommitdiffstats
path: root/hcid
Commit message (Expand)AuthorAgeFilesLines
...
* Detect Simple Pairing support and enable itMarcel Holtmann2008-06-093-9/+15
* Verbose debugging of auth info errorsMarcel Holtmann2008-06-091-0/+2
* Ask kernel for authentication requirementMarcel Holtmann2008-06-091-0/+40
* Get used to python :)Marcel Holtmann2008-06-091-1/+1
* Add support for rejecting confirmationMarcel Holtmann2008-06-091-0/+7
* Fill the discovery record with record handlesMarcel Holtmann2008-06-091-3/+30
* At minimum return an empty dictionaryMarcel Holtmann2008-06-091-4/+20
* Update command descriptionMarcel Holtmann2008-06-091-0/+3
* Update the discover method handlingMarcel Holtmann2008-06-091-5/+9
* Don't register agent when pairing deviceMarcel Holtmann2008-06-091-3/+3
* Fix duplicate driver probingMarcel Holtmann2008-06-091-5/+7
* Remove unnecessary return statementsJohan Hedberg2008-06-091-5/+0
* Add support for Simple Pairing User Notification eventJohan Hedberg2008-06-097-0/+80
* Allow interactive input of passkeyJohan Hedberg2008-06-091-1/+2
* First attempt at Device.DiscoverServices() implementationMarcel Holtmann2008-06-095-8/+26
* Update probe/remove callback and implement serial APIMarcel Holtmann2008-06-082-4/+15
* Add HID profile to list of alternate UUIDs to browseMarcel Holtmann2008-06-081-0/+1
* Split the D-Bus cleanup into two partsMarcel Holtmann2008-06-083-10/+20
* Make sure to probe drivers on startupMarcel Holtmann2008-06-083-4/+5
* Keep track of attached driversMarcel Holtmann2008-06-082-7/+21
* Load plugins early in the boot processMarcel Holtmann2008-06-081-11/+9
* Add first attempt for driver probingMarcel Holtmann2008-06-081-3/+37
* Add skeletons for missing API callbacksMarcel Holtmann2008-06-081-82/+101
* Add the missing device API callsMarcel Holtmann2008-06-081-10/+37
* Store the listener id for default agentsMarcel Holtmann2008-06-081-10/+13
* Fix missing disconnect watch id handlingMarcel Holtmann2008-06-082-12/+17
* One additional optimizationMarcel Holtmann2008-06-081-3/+1
* Small optimizationMarcel Holtmann2008-06-081-3/+1
* Update test scriptsMarcel Holtmann2008-06-083-7/+13
* Convert passkey value to host orderMarcel Holtmann2008-06-081-12/+15
* Allow adapter parameter and automatic device removalMarcel Holtmann2008-06-081-11/+21
* Move some D-Bus helpers aroundMarcel Holtmann2008-06-072-0/+113
* Don't abstract functions that are only used onceMarcel Holtmann2008-06-071-1/+26
* Use g_dbus_emit_signal for sending D-Bus signalsMarcel Holtmann2008-06-075-53/+53
* Use gdbus API for signal sending with valistMarcel Holtmann2008-06-071-1/+1
* Removed memory leakClaudio Takahasi2008-06-071-0/+3
* Removed dbus_connection_get_object_user_data callClaudio Takahasi2008-06-071-60/+29
* Removed ba2adapter functionClaudio Takahasi2008-06-074-44/+24
* Cleanup errors and remove unused functionsMarcel Holtmann2008-06-075-251/+0
* Remove the unneeded numeric parameter from the APIMarcel Holtmann2008-06-061-6/+4
* Check for alternative UUIDs if public browse group failsMarcel Holtmann2008-06-061-1/+24
* Fix path reference usage after freeing device objectMarcel Holtmann2008-06-061-2/+8
* More cleanups and less castingMarcel Holtmann2008-06-064-8/+20
* Add debug prints for agent registrationJohan Hedberg2008-06-061-3/+10
* Remove unused codeMarcel Holtmann2008-06-061-2/+0
* Return proper negative replies to different types of authentication requestsJohan Hedberg2008-06-061-5/+20
* use proper casts for pin_req_cmpJohan Hedberg2008-06-061-2/+2
* Add some extra debug printsJohan Hedberg2008-06-061-1/+5
* Further cleanup of authentication logicJohan Hedberg2008-06-066-224/+43
* Fix the object user data handling in security callbacksMarcel Holtmann2008-06-063-36/+24