summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_request.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Set missing suspend task bitsAbhishek Pandit-Subedi2020-12-071-0/+8
* Bluetooth: Use intervals and tx power from mgmt cmdsDaniel Winkler2020-12-071-10/+19
* Bluetooth: Add toggle to switch off interleave scanHoward Chung2020-12-071-1/+2
* Bluetooth: Handle active scan caseHoward Chung2020-12-071-1/+3
* Bluetooth: Handle system suspend resume caseHoward Chung2020-12-071-1/+3
* Bluetooth: Interleave with allowlist scanHoward Chung2020-12-071-7/+121
* Bluetooth: Rename get_adv_instance_scan_rspLuiz Augusto von Dentz2020-12-071-23/+9
* Bluetooth: Fix not sending Set Extended Scan ResponseLuiz Augusto von Dentz2020-12-071-8/+6
* Bluetooth: Replace BT_DBG with bt_dev_dbg in HCI requestHoward Chung2020-11-111-26/+26
* Bluetooth: Fix: LL PRivacy BLE device fails to connectSathish Narasimman2020-11-091-4/+8
* Bluetooth: Resume advertising after LE connectionDaniel Winkler2020-11-091-5/+16
* Bluetooth: Fix update of own_addr_type if ll_privacy supportedSathish Narasimman2020-09-251-1/+7
* Bluetooth: Set scan parameters for ADV MonitorHoward Chung2020-09-201-0/+3
* Bluetooth: pause/resume advertising around suspendDaniel Winkler2020-09-141-10/+57
* Bluetooth: Set ext scan response only when it existsAbhishek Pandit-Subedi2020-09-131-2/+5
* 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