aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_request.h
AgeCommit message (Expand)Author
8 daysmaster: sync with upstream 6.6Bruce Ashfield
2022-08-31Bluetooth: Move hci_abort_conn to hci_conn.cBrian Gix
2022-08-25Bluetooth: convert hci_update_adv_data to hci_syncBrian Gix
2022-08-25Bluetooth: move hci_get_random_address() to hci_syncBrian Gix
2022-08-25Bluetooth: Delete unreferenced hci_request codeBrian Gix
2022-08-25Bluetooth: Move Adv Instance timer to hci_syncBrian Gix
2022-08-25Bluetooth: Convert SCO configure_datapath to hci_syncBrian Gix
2022-08-25Bluetooth: Delete unused hci_req_stop_discovery()Brian Gix
2022-07-22Bluetooth: Add initial implementation of BIS connectionsLuiz Augusto von Dentz
2022-07-22Bluetooth: Remove update_scan hci_request dependancyBrian Gix
2022-07-22Bluetooth: Remove dead code from hci_request.cBrian Gix
2021-12-22Bluetooth: hci_sync: Add hci_le_create_conn_syncLuiz Augusto von Dentz
2021-12-03Bluetooth: Add hci_cmd_sync_cancel to public APIBenjamin Berg
2021-11-16Bluetooth: hci_request: Remove bg_scan_update workLuiz Augusto von Dentz
2021-10-29Bluetooth: hci_sync: Make use of hci_cmd_sync_queue set 1Luiz Augusto von Dentz
2021-10-29Bluetooth: Add helper for serialized HCI command executionMarcel Holtmann
2021-09-21Bluetooth: eir: Move EIR/Adv Data functions to its own fileLuiz Augusto von Dentz
2021-09-07Bluetooth: Configure codec for HFP offload use caseKiran K
2020-11-09Bluetooth: Resume advertising after LE connectionDaniel Winkler
2020-07-30Bluetooth: Enable/Disable address resolution during le create connSathish Narasimman
2020-07-15Bluetooth: Add per-instance adv disable/removeDaniel Winkler
2020-03-11Bluetooth: Handle PM_SUSPEND_PREPARE and PM_POST_SUSPENDAbhishek Pandit-Subedi
2019-07-06Bluetooth: Use controller sets when availableLuiz Augusto von Dentz
2019-05-05Bluetooth: Ignore CC events not matching the last HCI commandJoão Paulo Rechi Vita
2018-07-30Bluetooth: Implement Set ADV set random addressJaganath Kanakkassery
2018-07-30Bluetooth: Implement disable and removal of adv instanceJaganath Kanakkassery
2018-07-30Bluetooth: Use Set ext adv/scan rsp data if controller supportsJaganath Kanakkassery
2018-07-30Bluetooth: Impmlement extended adv enableJaganath Kanakkassery
2017-10-29Bluetooth: Fix potential memory leakJaganath Kanakkassery
2016-10-19Bluetooth: Fix append max 11 bytes of name to scan rsp dataMichał Narajowski
2016-10-06Bluetooth: Refactor append name and appearanceMichał Narajowski
2016-09-19Bluetooth: mgmt: Fix sending redundant event for Advertising InstanceJohan Hedberg
2016-03-10Bluetooth: Add support for limited privacy modeJohan Hedberg
2015-12-10Bluetooth: Clean up current advertising instance trackingJohan Hedberg
2015-12-10Bluetooth: Perform HCI update for power on synchronouslyJohan Hedberg
2015-12-10Bluetooth: Move fast connectable code to hci_request.cJohan Hedberg
2015-12-10Bluetooth: Move EIR update to hci_request.cJohan Hedberg
2015-12-10Bluetooth: HCI name update to hci_request.cJohan Hedberg
2015-12-10Bluetooth: Perform Class of Device changes through hdev->req_workqueueJohan 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-11-19Bluetooth: Move Stop Discovery to req_workqueueJohan Hedberg
2015-11-19Bluetooth: Add error return value to hci_req_sync callbackJohan Hedberg
2015-11-19Bluetooth: Make __hci_update_background_scan private to hci_request.cJohan Hedberg
2015-11-19Bluetooth: Add HCI status return parameter to hci_req_sync()Johan Hedberg
2015-11-19Bluetooth: Run all background scan updates through req_workqueueJohan Hedberg
2015-11-19Bluetooth: Add stubs for synchronous HCI request functionalityJohan Hedberg
2015-11-19Bluetooth: Add 'sync' specifier to synchronous request APIsJohan Hedberg
2015-11-19Bluetooth: Move synchronous request handling into hci_request.cJohan Hedberg
2015-10-22Bluetooth: Introduce hci_req helper to abort a connectionJohan Hedberg