summaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_request.h
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Move hci_abort_conn to hci_conn.cBrian Gix2022-08-311-1/+0
* Bluetooth: convert hci_update_adv_data to hci_syncBrian Gix2022-08-251-2/+0
* Bluetooth: move hci_get_random_address() to hci_syncBrian Gix2022-08-251-9/+0
* Bluetooth: Delete unreferenced hci_request codeBrian Gix2022-08-251-33/+0
* Bluetooth: Move Adv Instance timer to hci_syncBrian Gix2022-08-251-4/+0
* Bluetooth: Convert SCO configure_datapath to hci_syncBrian Gix2022-08-251-2/+0
* Bluetooth: Delete unused hci_req_stop_discovery()Brian Gix2022-08-251-2/+0
* Bluetooth: Add initial implementation of BIS connectionsLuiz Augusto von Dentz2022-07-221-0/+9
* Bluetooth: Remove update_scan hci_request dependancyBrian Gix2022-07-221-5/+0
* Bluetooth: Remove dead code from hci_request.cBrian Gix2022-07-221-2/+0
* Bluetooth: hci_sync: Add hci_le_create_conn_syncLuiz Augusto von Dentz2021-12-221-2/+0
* Bluetooth: Add hci_cmd_sync_cancel to public APIBenjamin Berg2021-12-031-1/+0
* Bluetooth: hci_request: Remove bg_scan_update workLuiz Augusto von Dentz2021-11-161-5/+0
* Bluetooth: hci_sync: Make use of hci_cmd_sync_queue set 1Luiz Augusto von Dentz2021-10-291-0/+6
* Bluetooth: Add helper for serialized HCI command executionMarcel Holtmann2021-10-291-0/+4
* Bluetooth: eir: Move EIR/Adv Data functions to its own fileLuiz Augusto von Dentz2021-09-211-23/+0
* Bluetooth: Configure codec for HFP offload use caseKiran K2021-09-071-0/+2
* Bluetooth: Resume advertising after LE connectionDaniel Winkler2020-11-091-0/+2
* Bluetooth: Enable/Disable address resolution during le create connSathish Narasimman2020-07-301-1/+2
* Bluetooth: Add per-instance adv disable/removeDaniel Winkler2020-07-151-0/+2
* Bluetooth: Handle PM_SUSPEND_PREPARE and PM_POST_SUSPENDAbhishek Pandit-Subedi2020-03-111-0/+2
* Bluetooth: Use controller sets when availableLuiz Augusto von Dentz2019-07-061-1/+1
* Bluetooth: Ignore CC events not matching the last HCI commandJoão Paulo Rechi Vita2019-05-051-0/+1
* Bluetooth: Implement Set ADV set random addressJaganath Kanakkassery2018-07-301-0/+3
* Bluetooth: Implement disable and removal of adv instanceJaganath Kanakkassery2018-07-301-0/+1
* Bluetooth: Use Set ext adv/scan rsp data if controller supportsJaganath Kanakkassery2018-07-301-0/+1
* Bluetooth: Impmlement extended adv enableJaganath Kanakkassery2018-07-301-0/+3
* Bluetooth: Fix potential memory leakJaganath Kanakkassery2017-10-291-0/+1
* Bluetooth: Fix append max 11 bytes of name to scan rsp dataMichał Narajowski2016-10-191-0/+2
* Bluetooth: Refactor append name and appearanceMichał Narajowski2016-10-061-0/+23
* Bluetooth: mgmt: Fix sending redundant event for Advertising InstanceJohan Hedberg2016-09-191-2/+3
* Bluetooth: Add support for limited privacy modeJohan Hedberg2016-03-101-1/+1
* Bluetooth: Clean up current advertising instance trackingJohan Hedberg2015-12-101-5/+3
* Bluetooth: Perform HCI update for power on synchronouslyJohan Hedberg2015-12-101-0/+2
* Bluetooth: Move fast connectable code to hci_request.cJohan Hedberg2015-12-101-0/+1
* Bluetooth: Move EIR update to hci_request.cJohan Hedberg2015-12-101-0/+1
* Bluetooth: HCI name update to hci_request.cJohan Hedberg2015-12-101-0/+2
* Bluetooth: Perform Class of Device changes through hdev->req_workqueueJohan Hedberg2015-12-101-0/+2
* Bluetooth: Move advertising instance management to hci_request.cJohan Hedberg2015-12-101-0/+14
* Bluetooth: Run page scan updates through hdev->req_workqueueJohan Hedberg2015-12-101-2/+6
* Bluetooth: Move Stop Discovery to req_workqueueJohan Hedberg2015-11-191-0/+3
* Bluetooth: Add error return value to hci_req_sync callbackJohan Hedberg2015-11-191-4/+4
* Bluetooth: Make __hci_update_background_scan private to hci_request.cJohan Hedberg2015-11-191-2/+0
* Bluetooth: Add HCI status return parameter to hci_req_sync()Johan Hedberg2015-11-191-2/+2
* Bluetooth: Run all background scan updates through req_workqueueJohan Hedberg2015-11-191-1/+5
* Bluetooth: Add stubs for synchronous HCI request functionalityJohan Hedberg2015-11-191-0/+3
* Bluetooth: Add 'sync' specifier to synchronous request APIsJohan Hedberg2015-11-191-3/+3
* Bluetooth: Move synchronous request handling into hci_request.cJohan Hedberg2015-11-191-0/+11
* Bluetooth: Introduce hci_req helper to abort a connectionJohan Hedberg2015-10-221-0/+4
* Bluetooth: Add second hci_request callback option for full skbJohan Hedberg2015-04-021-1/+4