summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_request.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: use the proper scan params when conn is pendingAlain Michaud2020-07-311-0/+24
* Bluetooth: Enable controller RPA resolution using Experimental featureSathish Narasimman2020-07-301-1/+6
* Bluetooth: Enable/Disable address resolution during le create connSathish Narasimman2020-07-301-11/+34
* Bluetooth: Let controller creates RPA during le create connSathish Narasimman2020-07-301-1/+7
* Bluetooth: Update resolving list when updating whitelistMarcel Holtmann2020-07-301-2/+39
* Bluetooth: Configure controller address resolution if availableMarcel Holtmann2020-07-301-3/+23
* Bluetooth: Add per-instance adv disable/removeDaniel Winkler2020-07-151-9/+50
* Bluetooth: Use whitelist for scan policy when suspendingMiao-chen Chou2020-07-081-2/+3
* Bluetooth: use configured default params for active scansAlain Michaud2020-07-071-5/+6
* Bluetooth: Don't restart scanning if pausedAbhishek Pandit-Subedi2020-06-241-0/+10
* Bluetooth: use configured params for ext advAlain Michaud2020-06-221-4/+3
* Bluetooth: Update background scan and report device based on advertisement mo...Miao-chen Chou2020-06-181-3/+14
* Bluetooth: Replace wakeable in hci_conn_paramsAbhishek Pandit-Subedi2020-06-181-1/+2
* Bluetooth: Replace wakeable list with flagAbhishek Pandit-Subedi2020-06-181-4/+8
* Bluetooth: centralize default value initialization.Alain Michaud2020-06-121-10/+5
* Bluetooth: Check scan state before disabling during suspendManish Mandlik2020-06-031-4/+6
* Bluetooth: Rename BT_SUSPEND_COMPLETEAbhishek Pandit-Subedi2020-05-131-1/+1
* Bluetooth: Modify LE window and interval for suspendAbhishek Pandit-Subedi2020-05-131-1/+1
* Bluetooth: Fix incorrect type for window and intervalAbhishek Pandit-Subedi2020-05-131-1/+1
* Bluetooth: Fix advertising handle is set to 0Tedd Ho-Jeong An2020-05-111-3/+3
* Bluetooth: Use extra variable to make code more readableMarcel Holtmann2020-04-151-1/+3
* Bluetooth: Do not cancel advertising when starting a scanDmitry Grinberg2020-03-181-17/+0
* Bluetooth: Pause discovery and advertising during suspendAbhishek Pandit-Subedi2020-03-111-0/+44
* Bluetooth: Handle LE devices during suspendAbhishek Pandit-Subedi2020-03-111-54/+112
* Bluetooth: Handle BR/EDR devices during suspendAbhishek Pandit-Subedi2020-03-111-0/+106
* Bluetooth: Handle PM_SUSPEND_PREPARE and PM_POST_SUSPENDAbhishek Pandit-Subedi2020-03-111-0/+15
* Bluetooth: Use bt_dev_err for RPA generation failure messageMarcel Holtmann2020-03-111-1/+1
* Bluetooth: Fix advertising duplicated flagsLuiz Augusto von Dentz2019-11-041-0/+9
* Bluetooth: Fix not using LE_ADV_NONCONN_IND for instance 0Luiz Augusto von Dentz2019-10-261-4/+4
* Bluetooth: Fix using advertising instance duration as timeoutLuiz Augusto von Dentz2019-10-261-1/+1
* Bluetooth: Add support for utilizing Fast Advertising IntervalSpoorthi Ravishankar Koppad2019-09-051-7/+22
* Bluetooth: Use controller sets when availableLuiz Augusto von Dentz2019-07-061-7/+33
* Bluetooth: Ignore CC events not matching the last HCI commandJoão Paulo Rechi Vita2019-05-051-0/+5
* Bluetooth: clean an indentation issue, remove extraneous spaceColin Ian King2018-12-191-1/+1
* Bluetooth: Implement secondary advertising on different PHYsJaganath Kanakkassery2018-07-301-8/+31
* Bluetooth: Implement Set ADV set random addressJaganath Kanakkassery2018-07-301-1/+127
* Bluetooth: Implement disable and removal of adv instanceJaganath Kanakkassery2018-07-301-2/+21
* Bluetooth: Use Set ext adv/scan rsp data if controller supportsJaganath Kanakkassery2018-07-301-31/+95
* Bluetooth: Impmlement extended adv enableJaganath Kanakkassery2018-07-301-20/+151
* Bluetooth: Set Scan PHYs based on selected PHYs by userJaganath Kanakkassery2018-07-301-9/+28
* Bluetooth: Use extended scanning if controller supportsJaganath Kanakkassery2018-07-061-25/+85
* Bluetooth: Introduce helpers for LE set scan start and completeJaganath Kanakkassery2018-07-061-33/+25
* Bluetooth: use wait_event API instead of open-coding itJohn Keeping2018-05-181-23/+7
* Bluetooth: Fix incorrect bits for LE statesŁukasz Rymanowski2018-02-101-3/+3
* Bluetooth: Add support to advertise when connectedŁukasz Rymanowski2017-12-131-9/+46
* Bluetooth: Remove redundant disable_advertising()Jaganath Kanakkassery2017-12-131-8/+1
* Bluetooth: Use bt_dev_err and bt_dev_info when possibleMarcel Holtmann2017-10-301-7/+9
* Bluetooth: Fix potential memory leakJaganath Kanakkassery2017-10-291-0/+5
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1