summaryrefslogtreecommitdiff
path: root/include/net/bluetooth/hci_core.h
AgeCommit message (Expand)Author
2021-08-15Bluetooth: defer cleanup of resources in hci_unregister_dev()Tetsuo Handa
2021-05-22Bluetooth: verify AMP hci_chan before amp_destroyArchie Pusaka
2020-10-17Bluetooth: Disconnect if E0 is used for Level 4Luiz Augusto von Dentz
2020-10-17Bluetooth: Fix update of connection state in `hci_encrypt_cfm`Patrick Steinhardt
2020-10-17Bluetooth: Consolidate encryption handling in hci_encrypt_cfmLuiz Augusto von Dentz
2019-07-10Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann
2019-06-22Revert "Bluetooth: Align minimum encryption key size for LE and BR/EDR connec...Greg Kroah-Hartman
2019-05-16Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann
2018-07-03Bluetooth: Fix connection if directed advertising and privacy is usedSzymon Janc
2015-10-21Bluetooth: Remove unnecessary hci_explicit_connect_lookup functionJohan Hedberg
2015-10-21Bluetooth: Add hci_conn_hash_lookup_le() helper functionJohan Hedberg
2015-10-21Bluetooth: Fix missing hdev locking for LE scan cleanupJohan Hedberg
2015-10-21Bluetooth: Introduce driver specific post init callbackMarcel Holtmann
2015-10-21Bluetooth: Don't use remote address type to decide IRK persistencyJohan Hedberg
2015-10-08Bluetooth: Add debugfs entry for setting vendor diagnostic modeMarcel Holtmann
2015-10-08Bluetooth: Add support for vendor specific diagnostic channelMarcel Holtmann
2015-09-29Bluetooth: Add hci_cmd_sync functionLoic Poulain
2015-09-17Bluetooth: close HCI device when user channel socket gets closedSimon Fels
2015-08-10Bluetooth: add hci_connect_le_scanJakub Pawlowski
2015-08-10Bluetooth: add hci_lookup_le_connectJakub Pawlowski
2015-08-10Bluetooth: preparation for new connect procedureJakub Pawlowski
2015-07-23Bluetooth: hci_check_conn_params() check proper rangeSeungyoun Ju
2015-06-18Bluetooth: hci_core: increase max adv instFlorian Grandel
2015-06-18Bluetooth: hci_core: remove obsolete adv_instanceFlorian Grandel
2015-06-18Bluetooth: mgmt/hci_core: multi-adv for add_advertising*()Florian Grandel
2015-06-18Bluetooth: hci_core/mgmt: move adv timeout to hdevFlorian Grandel
2015-06-18Bluetooth: hci_core/mgmt: Introduce multi-adv listFlorian Grandel
2015-06-09Bluetooth: Move SCO support under BT_BREDR config optionArron Wang
2015-06-09Bluetooth: Make l2cap_recv_acldata() and sco_recv_scodata() return voidArron Wang
2015-06-09Bluetooth: Fix encryption key size handling for LTKsJohan Hedberg
2015-04-07Bluetooth: Remove hci_recv_stream_fragment functionMarcel Holtmann
2015-04-07Bluetooth: Make data pointer of hci_recv_stream_fragment constMarcel Holtmann
2015-04-02Bluetooth: Convert local OOB data reading to use HCI requestJohan Hedberg
2015-04-02Bluetooth: Remove unused hci_req_pending() functionJohan Hedberg
2015-04-02Bluetooth: Remove unneeded recv_event variableJohan Hedberg
2015-04-02Bluetooth: Convert hci_req_sync family of function to new request APIJohan Hedberg
2015-03-24Bluetooth: Add support for adv instance timeoutArman Uguray
2015-03-24Bluetooth: Add data structure for advertising instanceArman Uguray
2015-03-17Bluetooth: Move generic mgmt command dispatcher to hci_sock.cJohan Hedberg
2015-03-17Bluetooth: Add hdev_init callback for HCI channelsJohan Hedberg
2015-03-16Bluetooth: Remove unneeded HCI_CONN_REMOTE_OOB connection flagMarcel Holtmann
2015-03-15Bluetooth: Use BIT(n) macro instead of manually encoding (1 << n)Marcel Holtmann
2015-03-15Bluetooth: Add support for untrusted access to management commandsMarcel Holtmann
2015-03-15Bluetooth: Consolidate socket channel sending function back into oneMarcel Holtmann
2015-03-15Bluetooth: Provide hci_send_to_flagged_channel helper functionMarcel Holtmann
2015-03-13Bluetooth: Merge hdev->dbg_flags fields into hdev->dev_flagsMarcel Holtmann
2015-03-13Bluetooth: Use DECLARE_BITMAP for hdev->dev_flags fieldMarcel Holtmann
2015-03-13Bluetooth: Introduce hci_dev_test_and_set_flag helper macroMarcel Holtmann
2015-03-13Bluetooth: Introduce hci_dev_test_and_clear_flag helper macroMarcel Holtmann
2015-03-13Bluetooth: Introduce hci_dev_test_and_change_flag helper macroMarcel Holtmann