aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_event.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-10Bluetooth: Move advertising instance management to hci_request.cJohan Hedberg1-2/+2
2015-12-10Bluetooth: Run page scan updates through hdev->req_workqueueJohan Hedberg1-2/+2
2015-10-26Bluetooth: Rename bt_cb()->req into bt_cb()->hciMarcel Holtmann1-2/+2
2015-10-21Bluetooth: Use hci_conn_hash_lookup_le() when possibleJohan Hedberg1-1/+2
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+8
2015-10-16Bluetooth: Fix LE reconnection logicJohan Hedberg1-2/+2
2015-10-16Bluetooth: Fix double scan updatesJakub Pawlowski1-1/+6
2015-09-18Bluetooth: Fix reporting incorrect EIR in device found mgmt eventSzymon Janc1-0/+21
2015-08-28Bluetooth: Fix SCO link type handling on connection completeKuba Pawlak1-2/+10
2015-08-10Bluetooth: advertisement handling in new connect procedureJakub Pawlowski1-22/+29
2015-08-10Bluetooth: add hci_lookup_le_connectJakub Pawlowski1-2/+2
2015-07-30Bluetooth: Move create/accept phy link completed callback to amp.cArron Wang1-49/+0
2015-07-30Bluetooth: Move amp assoc read/write completed callback to amp.cArron Wang1-59/+0
2015-07-30Bluetooth: Move get info completed callback to a2mp.cArron Wang1-4/+1
2015-07-30Bluetooth: Move high speed specific event under BT_HS optionArron Wang1-20/+24
2015-06-12Bluetooth: Remove redundant check for ACL_LINKJohan Hedberg1-2/+1
2015-06-12Bluetooth: Read encryption key size for BR/EDR connectionsJohan Hedberg1-0/+87
2015-06-12Bluetooth: Move SC-only check outside of BT_CONFIG branchJohan Hedberg1-12/+12
2015-06-09Bluetooth: Fix encryption key size handling for LTKsJohan Hedberg1-1/+2
2015-04-09Bluetooth: Read LE remote features during connection establishmentMarcel Holtmann1-2/+105
2015-04-02Bluetooth: Convert local OOB data reading to use HCI requestJohan Hedberg1-11/+0
2015-04-02Bluetooth: Move hci_get_cmd_complete() to hci_event.cJohan Hedberg1-3/+54
2015-04-02Bluetooth: Remove unneeded recv_event variableJohan Hedberg1-12/+0
2015-04-02Bluetooth: Add second hci_request callback option for full skbJohan Hedberg1-24/+52
2015-04-02Bluetooth: Add clarifying comment to command status handlingJohan Hedberg1-0/+6
2015-03-30Bluetooth: Refactor HCI request variables into own structJohan Hedberg1-2/+2
2015-03-29Bluetooth: Remove superfluous extra empty line between functionsMarcel Holtmann1-1/+0
2015-03-28Bluetooth: Fix race condition with HCI_RESET flagJohan Hedberg1-10/+10
2015-03-17Bluetooth: Add simultaneous dual mode scanJakub Pawlowski1-2/+20
2015-03-16Bluetooth: Remove unneeded HCI_CONN_REMOTE_OOB connection flagMarcel Holtmann1-2/+0
2015-03-16Bluetooth: Fix BR/EDR out-of-band pairing with only initiator dataMarcel Holtmann1-29/+25
2015-03-13Bluetooth: Use DECLARE_BITMAP for hdev->dev_flags fieldMarcel Holtmann1-1/+1
2015-03-13Bluetooth: Introduce hci_dev_test_and_clear_flag helper macroMarcel Holtmann1-2/+1
2015-03-13Bluetooth: Introduce hci_dev_clear_flag helper macroMarcel Holtmann1-8/+8
2015-03-13Bluetooth: Introduce hci_dev_set_flag helper macroMarcel Holtmann1-7/+7
2015-03-13Bluetooth: Introduce hci_dev_test_flag helper macroMarcel Holtmann1-46/+46
2015-03-02Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller1-19/+19
2015-03-02net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrlEyal Birger1-2/+2
2015-02-19Bluetooth: Convert disconn_cfm to be triggered through hci_cbJohan Hedberg1-1/+1
2015-02-19Bluetooth: Convert connect_cfm to be triggered through hci_cbJohan Hedberg1-18/+18
2015-02-01Bluetooth: Fix OOB data present for BR/EDR Secure Connections Only modeMarcel Holtmann1-17/+21
2015-02-01Bluetooth: Track changes from HCI Write Simple Pairing Debug Mode commandMarcel Holtmann1-0/+19
2015-01-31Bluetooth: Fix OOB data present value for BR/EDR Secure ConnectionsMarcel Holtmann1-1/+18
2015-01-29Bluetooth: Fix sending Read Remote Extended Features commandSzymon Janc1-1/+2
2015-01-28Bluetooth: Perform a power cycle when receiving hardware error eventMarcel Holtmann1-1/+3
2015-01-28Bluetooth: Fix notifying discovery state upon resetJohan Hedberg1-1/+2
2015-01-28Bluetooth: Check for P-256 OOB values in Secure Connections Only modeMarcel Holtmann1-0/+13
2015-01-28Bluetooth: Use helper function to determine BR/EDR OOB data presentMarcel Holtmann1-6/+16
2015-01-28Bluetooth: Clear P-192 values for OOB when in Secure Connections Only modeMarcel Holtmann1-20/+26
2015-01-23Bluetooth: Convert Set SC to use HCI RequestJohan Hedberg1-3/+1