summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_event.c
Commit message (Expand)AuthorAgeFilesLines
...
* Bluetooth: Fix allowing initiating pairing when not pairableJohan Hedberg2014-07-171-2/+7
* Bluetooth: Introduce a flag to track who really initiates authenticationJohan Hedberg2014-07-171-0/+5
* Bluetooth: Fix resetting remote authentication requirement after pairingJohan Hedberg2014-07-171-0/+3
* Bluetooth: Don't bother user space without IO capabilitiesJohan Hedberg2014-07-171-1/+3
* Bluetooth: Fix using uninitialized variable when pairingJohan Hedberg2014-07-171-1/+1
* Bluetooth: Fix always checking the blacklist for incoming connectionsJohan Hedberg2014-07-161-12/+11
* Bluetooth: Fix trying to initiate connections when acting as LE slaveJohan Hedberg2014-07-161-0/+6
* Bluetooth: Add a role parameter to hci_conn_add()Johan Hedberg2014-07-161-11/+6
* Bluetooth: Use explicit role instead of a bool in function parametersJohan Hedberg2014-07-161-3/+2
* Bluetooth: Convert HCI_CONN_MASTER flag to a conn->role variableJohan Hedberg2014-07-161-18/+9
* Bluetooth: Add proper defines for HCI connection roleJohan Hedberg2014-07-161-1/+1
* Bluetooth: Don't try to reject failed LE connectionsJohan Hedberg2014-07-151-5/+5
* Bluetooth: Remove unnecessary params variable from process_adv_report()Johan Hedberg2014-07-151-5/+2
* Bluetooth: Fix tracking local SSP authentication requirementJohan Hedberg2014-07-111-9/+8
* Bluetooth: Move HCI request internals to net/bluetooth/hci_core.cMarcel Holtmann2014-07-111-1/+1
* Bluetooth: Remove unneeded mgmt_write_scan_failed functionJohan Hedberg2014-07-101-1/+0
* Bluetooth: Remove unneeded mgmt_discoverable functionJohan Hedberg2014-07-101-14/+5
* Bluetooth: Remove unneeded mgmt_connectable functionJohan Hedberg2014-07-101-5/+1
* Bluetooth: Add white list lookup for incoming connection requestsJohan Hedberg2014-07-091-4/+12
* Bluetooth: Refactor connection request handlingJohan Hedberg2014-07-091-52/+60
* Bluetooth: Unify helpers for bdaddr_list manipulationsJohan Hedberg2014-07-091-6/+9
* Bluetooth: Fix clearing HCI_LE_ADV for LE connectionsJohan Hedberg2014-07-081-0/+5
* Bluetooth: Fix check for re-enabling advertisingJohan Hedberg2014-07-081-1/+1
* Bluetooth: Fix advertising and active scanning co-existenceJohan Hedberg2014-07-081-1/+9
* Bluetooth: Remove unnecessary mgmt_advertising functionJohan Hedberg2014-07-081-2/+0
* Bluetooth: Add flag to track the real advertising stateJohan Hedberg2014-07-081-0/+4
* Bluetooth: Pass desired connection role to hci_connect_le()Johan Hedberg2014-07-071-1/+2
* Bluetooth: Remove auth_type parameter from hci_connect_le()Johan Hedberg2014-07-071-1/+1
* Bluetooth: Remove unnecessary return value from check_pending_le_connJohan Hedberg2014-07-071-7/+5
* Bluetooth: Fix connecting devices during LE device discoveryJohan Hedberg2014-07-071-18/+29
* Bluetooth: Fix updating background scan for LE connect completeJohan Hedberg2014-07-061-3/+2
* Bluetooth: Use lower timeout for LE auto-connectionsJohan Hedberg2014-07-061-3/+3
* Bluetooth: Store Bluetooth address from controller setupMarcel Holtmann2014-07-051-1/+7
* Bluetooth: Use a more simpler style for HCI event callbacksMarcel Holtmann2014-07-051-54/+88
* Bluetooth: Don't take actions on blocked devices when scanningJohan Hedberg2014-07-041-0/+4
* Bluetooth: Use hci_pend_le_action_lookup to look up report entriesJohan Hedberg2014-07-041-5/+3
* Bluetooth: Make hci_pend_le_conn_lookup more general purposedJohan Hedberg2014-07-041-1/+1
* Bluetooth: Remove unnecessary usage of hci_pend_le_conn_addJohan Hedberg2014-07-041-1/+3
* Bluetooth: Simplify hci_conn_params->action list usageJohan Hedberg2014-07-041-2/+4
* Bluetooth: Convert pend_le_reports into a listJohan Hedberg2014-07-041-1/+1
* Bluetooth: Fix missing return statement in process_adv_reportJohan Hedberg2014-07-041-0/+1
* Bluetooth: Add identity address check in param lookup functionsJohan Hedberg2014-07-031-4/+0
* Bluetooth: Remove unnecessary checks for auto-connected devicesJohan Hedberg2014-07-031-5/+9
* Bluetooth: Use hci_conn_params in pend_le_connsJohan Hedberg2014-07-031-2/+5
* Bluetooth: Remove redundant IRK lookupJohan Hedberg2014-07-031-17/+7
* Bluetooth: Support scanning for devices using RPAJohan Hedberg2014-07-031-0/+12
* Bluetooth: Add support for background LE scanningJohan Hedberg2014-07-031-2/+23
* Bluetooth: Pass store hint to mgmt_new_conn_paramJohan Hedberg2014-07-031-2/+6
* Bluetooth: Fix missing update of conn paramsJohan Hedberg2014-07-031-1/+17
* Bluetooth: Drop LE connections for blocked devicesJohan Hedberg2014-07-031-0/+12
OpenPOWER on IntegriCloud