summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix driver structure declaration in the probe functionMarcel Holtmann2008-06-161-2/+1
| |
| * Remove obsolete FIXME commentMarcel Holtmann2008-06-161-1/+0
| |
| * Allow to cancel a service discoveryMarcel Holtmann2008-06-163-1/+50
| |
| * Small API updateMarcel Holtmann2008-06-161-1/+7
| |
| * Improve the auth requirement handlingMarcel Holtmann2008-06-163-40/+51
| |
| * Only update service classes for device that are up and runningMarcel Holtmann2008-06-151-0/+3
| |
| * Allow setting of RFC modeMarcel Holtmann2008-06-151-11/+12
| |
| * Add support for reading/setting the link policyMarcel Holtmann2008-06-122-3/+116
| |
| * Store IO capabilities of remote device in device objectJohan Hedberg2008-06-122-0/+22
| |
| * Remove unnecessary empty lineJohan Hedberg2008-06-121-1/+0
| |
| * Track agent request status in conjunction with authentication requestsJohan Hedberg2008-06-123-15/+94
| |
| * Don't use raw HCI for tracking authentication request statusJohan Hedberg2008-06-126-56/+59
| |
| * Move authentication request functions into adapter.cJohan Hedberg2008-06-124-77/+88
| |
| * Make hcid_dbus_new_auth_request private to dbus-hci.cJohan Hedberg2008-06-123-21/+23
| |
| * Minor whitespace issueJohan Hedberg2008-06-121-1/+0
| |
| * Document current purpose of auth_reqsJohan Hedberg2008-06-121-1/+2
| |
| * Rename pin_reqs o auth_reqs since it's tracking SSP tooJohan Hedberg2008-06-124-31/+31
| |
| * Use adapter_find_device instead of adapter_get_device when freeing bonding infoJohan Hedberg2008-06-121-1/+1
| |
| * Add some extra debugs to track device creationJohan Hedberg2008-06-121-0/+8
| |
| * Wait for CreatePairedDevice to complete before exiting (i.e. don't exit when ↵Johan Hedberg2008-06-121-4/+11
| | | | | | | | Release is called in that case)
| * Make traditional PIN code request interactiveJohan Hedberg2008-06-111-3/+3
| |
| * Avoid direct inclusion of malloc.hMarcel Holtmann2008-06-1115-15/+8
| |
| * Fix use of uninitialized memory when getting local name failsJohan Hedberg2008-06-111-3/+1
| |
| * Use separate callback for errorsJohan Hedberg2008-06-111-3/+7
| |
| * Use strerror to show HCIGETAUTHINFO ioctl errorJohan Hedberg2008-06-111-1/+2
| |
| * FindDevice and RemoveDevice should fail for devices that haven't still been ↵Johan Hedberg2008-06-111-0/+10
| | | | | | | | fully created
| * If we have no agent then capability is no input and no outputMarcel Holtmann2008-06-111-1/+1
| |
| * Use auth requirement proposed by kernel if availableMarcel Holtmann2008-06-111-6/+3
| |
| * Fix debug output for link key typeMarcel Holtmann2008-06-111-1/+1
| |
| * Reject unauthenticated and debug keys when MITM is requiredMarcel Holtmann2008-06-111-2/+19
| |
| * Retrieve link key type together with the key itselfMarcel Holtmann2008-06-113-6/+13
| |
| * Allow auto-accept with no agent presentMarcel Holtmann2008-06-111-0/+4
| |
| * Parse the IO capa response eventMarcel Holtmann2008-06-113-4/+28
| |
| * Use the pattern parameter in DiscoverServices()Marcel Holtmann2008-06-104-8/+27
| |
| * Store hci status in authentication complete caseJohan Hedberg2008-06-101-1/+4
| |
| * Don't do pending authentication replies if we already got an authentication ↵Johan Hedberg2008-06-101-0/+12
| | | | | | | | failure
| * Call agent_cancel only after doing the error callbackJohan Hedberg2008-06-101-2/+2
| |
| * Changed device Disconnect possible errorsClaudio Takahasi2008-06-101-6/+1
| |
| * Fix storing socket fd in bt_sco_connectJohan Hedberg2008-06-101-0/+2
| |
| * Use GLib helpers for host/network orderMarcel Holtmann2008-06-101-10/+9
| |
| * Add g_timeout_add_seconds to eglibMarcel Holtmann2008-06-102-0/+6
| |
| * Add host/network order helper functionsMarcel Holtmann2008-06-101-0/+6
| |
| * Use common UUID string helpersMarcel Holtmann2008-06-102-55/+3
| |
| * Fix some minor detailsMarcel Holtmann2008-06-101-3/+4
| |
| * Removed find_conn functionClaudio Takahasi2008-06-092-35/+0
| |
| * Added device DisconnectClaudio Takahasi2008-06-092-2/+60
| |
| * Remove use of g_dbus_unregister_all_interfaces.Luiz Augusto von Dentz2008-06-095-3/+24
| |
| * Make unregister_adapter_path to use g_dbus_unregister_all_interfaces.Luiz Augusto von Dentz2008-06-091-13/+8
| |
| * Fix signedness issueMarcel Holtmann2008-06-091-1/+1
| |
| * Move adapter list from dbus-hci.c to manager.cLuiz Augusto von Dentz2008-06-095-195/+215
| |