aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_request.h
AgeCommit message (Expand)AuthorFilesLines
2020-11-09Bluetooth: Resume advertising after LE connectionGravatar Daniel Winkler 1-0/+2
2020-07-30Bluetooth: Enable/Disable address resolution during le create connGravatar Sathish Narasimman 1-1/+2
2020-07-15Bluetooth: Add per-instance adv disable/removeGravatar Daniel Winkler 1-0/+2
2020-03-11Bluetooth: Handle PM_SUSPEND_PREPARE and PM_POST_SUSPENDGravatar Abhishek Pandit-Subedi 1-0/+2
2019-07-06Bluetooth: Use controller sets when availableGravatar Luiz Augusto von Dentz 1-1/+1
2019-05-05Bluetooth: Ignore CC events not matching the last HCI commandGravatar João Paulo Rechi Vita 1-0/+1
2018-07-30Bluetooth: Implement Set ADV set random addressGravatar Jaganath Kanakkassery 1-0/+3
2018-07-30Bluetooth: Implement disable and removal of adv instanceGravatar Jaganath Kanakkassery 1-0/+1
2018-07-30Bluetooth: Use Set ext adv/scan rsp data if controller supportsGravatar Jaganath Kanakkassery 1-0/+1
2018-07-30Bluetooth: Impmlement extended adv enableGravatar Jaganath Kanakkassery 1-0/+3
2017-10-29Bluetooth: Fix potential memory leakGravatar Jaganath Kanakkassery 1-0/+1
2016-10-19Bluetooth: Fix append max 11 bytes of name to scan rsp dataGravatar Michał Narajowski 1-0/+2
2016-10-06Bluetooth: Refactor append name and appearanceGravatar Michał Narajowski 1-0/+23
2016-09-19Bluetooth: mgmt: Fix sending redundant event for Advertising InstanceGravatar Johan Hedberg 1-2/+3
2016-03-10Bluetooth: Add support for limited privacy modeGravatar Johan Hedberg 1-1/+1
2015-12-10Bluetooth: Clean up current advertising instance trackingGravatar Johan Hedberg 1-5/+3
2015-12-10Bluetooth: Perform HCI update for power on synchronouslyGravatar Johan Hedberg 1-0/+2
2015-12-10Bluetooth: Move fast connectable code to hci_request.cGravatar Johan Hedberg 1-0/+1
2015-12-10Bluetooth: Move EIR update to hci_request.cGravatar Johan Hedberg 1-0/+1
2015-12-10Bluetooth: HCI name update to hci_request.cGravatar Johan Hedberg 1-0/+2
2015-12-10Bluetooth: Perform Class of Device changes through hdev->req_workqueueGravatar Johan Hedberg 1-0/+2
2015-12-10Bluetooth: Move advertising instance management to hci_request.cGravatar Johan Hedberg 1-0/+14
2015-12-10Bluetooth: Run page scan updates through hdev->req_workqueueGravatar Johan Hedberg 1-2/+6
2015-11-19Bluetooth: Move Stop Discovery to req_workqueueGravatar Johan Hedberg 1-0/+3
2015-11-19Bluetooth: Add error return value to hci_req_sync callbackGravatar Johan Hedberg 1-4/+4
2015-11-19Bluetooth: Make __hci_update_background_scan private to hci_request.cGravatar Johan Hedberg 1-2/+0
2015-11-19Bluetooth: Add HCI status return parameter to hci_req_sync()Gravatar Johan Hedberg 1-2/+2
2015-11-19Bluetooth: Run all background scan updates through req_workqueueGravatar Johan Hedberg 1-1/+5
2015-11-19Bluetooth: Add stubs for synchronous HCI request functionalityGravatar Johan Hedberg 1-0/+3
2015-11-19Bluetooth: Add 'sync' specifier to synchronous request APIsGravatar Johan Hedberg 1-3/+3
2015-11-19Bluetooth: Move synchronous request handling into hci_request.cGravatar Johan Hedberg 1-0/+11
2015-10-22Bluetooth: Introduce hci_req helper to abort a connectionGravatar Johan Hedberg 1-0/+4
2015-04-02Bluetooth: Add second hci_request callback option for full skbGravatar Johan Hedberg 1-1/+4
2014-12-19Bluetooth: Add hci_request support for hci_update_background_scanGravatar Johan Hedberg 1-0/+3
2014-12-19Bluetooth: Split hci_request helpers to hci_request.[ch]Gravatar Johan Hedberg 1-0/+51