summaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_event.c
AgeCommit message (Expand)Author
2017-10-30Bluetooth: Use bt_dev_err and bt_dev_info when possibleMarcel Holtmann
2017-02-16Bluetooth: fix spelling mistake: "advetising" -> "advertising"Colin Ian King
2016-07-13Bluetooth: Add Authentication Failed reason to Disconnected Mgmt eventSzymon Janc
2016-07-09Bluetooth: Rename HCI_BREDR into HCI_PRIMARYMarcel Holtmann
2016-04-08Bluetooth: Ignore unknown advertising packet typesJohan Hedberg
2016-01-05Bluetooth: Change eir_has_data_type() to more generic eir_get_data()Johan Hedberg
2015-12-10Bluetooth: Move advertising instance management to hci_request.cJohan Hedberg
2015-12-10Bluetooth: Run page scan updates through hdev->req_workqueueJohan Hedberg
2015-10-26Bluetooth: Rename bt_cb()->req into bt_cb()->hciMarcel Holtmann
2015-10-21Bluetooth: Use hci_conn_hash_lookup_le() when possibleJohan Hedberg
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-16Bluetooth: Fix LE reconnection logicJohan Hedberg
2015-10-16Bluetooth: Fix double scan updatesJakub Pawlowski
2015-09-18Bluetooth: Fix reporting incorrect EIR in device found mgmt eventSzymon Janc
2015-08-28Bluetooth: Fix SCO link type handling on connection completeKuba Pawlak
2015-08-10Bluetooth: advertisement handling in new connect procedureJakub Pawlowski
2015-08-10Bluetooth: add hci_lookup_le_connectJakub Pawlowski
2015-07-30Bluetooth: Move create/accept phy link completed callback to amp.cArron Wang
2015-07-30Bluetooth: Move amp assoc read/write completed callback to amp.cArron Wang
2015-07-30Bluetooth: Move get info completed callback to a2mp.cArron Wang
2015-07-30Bluetooth: Move high speed specific event under BT_HS optionArron Wang
2015-06-12Bluetooth: Remove redundant check for ACL_LINKJohan Hedberg
2015-06-12Bluetooth: Read encryption key size for BR/EDR connectionsJohan Hedberg
2015-06-12Bluetooth: Move SC-only check outside of BT_CONFIG branchJohan Hedberg
2015-06-09Bluetooth: Fix encryption key size handling for LTKsJohan Hedberg
2015-04-09Bluetooth: Read LE remote features during connection establishmentMarcel Holtmann
2015-04-02Bluetooth: Convert local OOB data reading to use HCI requestJohan Hedberg
2015-04-02Bluetooth: Move hci_get_cmd_complete() to hci_event.cJohan Hedberg
2015-04-02Bluetooth: Remove unneeded recv_event variableJohan Hedberg
2015-04-02Bluetooth: Add second hci_request callback option for full skbJohan Hedberg
2015-04-02Bluetooth: Add clarifying comment to command status handlingJohan Hedberg
2015-03-30Bluetooth: Refactor HCI request variables into own structJohan Hedberg
2015-03-29Bluetooth: Remove superfluous extra empty line between functionsMarcel Holtmann
2015-03-28Bluetooth: Fix race condition with HCI_RESET flagJohan Hedberg
2015-03-17Bluetooth: Add simultaneous dual mode scanJakub Pawlowski
2015-03-16Bluetooth: Remove unneeded HCI_CONN_REMOTE_OOB connection flagMarcel Holtmann
2015-03-16Bluetooth: Fix BR/EDR out-of-band pairing with only initiator dataMarcel Holtmann
2015-03-13Bluetooth: Use DECLARE_BITMAP for hdev->dev_flags fieldMarcel Holtmann
2015-03-13Bluetooth: Introduce hci_dev_test_and_clear_flag helper macroMarcel Holtmann
2015-03-13Bluetooth: Introduce hci_dev_clear_flag helper macroMarcel Holtmann
2015-03-13Bluetooth: Introduce hci_dev_set_flag helper macroMarcel Holtmann
2015-03-13Bluetooth: Introduce hci_dev_test_flag helper macroMarcel Holtmann
2015-03-02Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2015-03-02net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrlEyal Birger
2015-02-19Bluetooth: Convert disconn_cfm to be triggered through hci_cbJohan Hedberg
2015-02-19Bluetooth: Convert connect_cfm to be triggered through hci_cbJohan Hedberg
2015-02-01Bluetooth: Fix OOB data present for BR/EDR Secure Connections Only modeMarcel Holtmann
2015-02-01Bluetooth: Track changes from HCI Write Simple Pairing Debug Mode commandMarcel Holtmann
2015-01-31Bluetooth: Fix OOB data present value for BR/EDR Secure ConnectionsMarcel Holtmann
2015-01-29Bluetooth: Fix sending Read Remote Extended Features commandSzymon Janc