aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_request.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-24/+43
2021-04-23bluetooth: eliminate the potential race condition when removing the HCI controllerLin Ma1-4/+8
2021-04-06Bluetooth: LL privacy allow RPASathish Narasimman1-0/+4
2021-04-06Bluetooth: Handle own address type change with HCI_ENABLE_LL_PRIVACYSathish Narasimman1-2/+4
2021-04-02Bluetooth: Check inquiry status before sending oneArchie Pusaka1-0/+3
2021-04-02Bluetooth: Coding style fixMeng Yu1-4/+2
2021-03-15Bluetooth: Cancel le_scan_restart work when stopping discoverySonny Sasaka1-0/+1
2021-03-03Bluetooth: Allow scannable adv with extended MGMT APIsDaniel Winkler1-1/+2
2021-03-03Bluetooth: Remove unneeded commands for suspendAbhishek Pandit-Subedi1-17/+27
2021-01-25Bluetooth: disable advertisement filters during suspendHoward Chung1-0/+29
2021-01-25Bluetooth: advmon offload MSFT interleave scanning integrationArchie Pusaka1-9/+11
2020-12-18Bluetooth: Remove hci_req_le_suspend_configAbhishek Pandit-Subedi1-17/+8
2020-12-07Bluetooth: Set missing suspend task bitsAbhishek Pandit-Subedi1-0/+8
2020-12-07Bluetooth: Use intervals and tx power from mgmt cmdsDaniel Winkler1-10/+19
2020-12-07Bluetooth: Add toggle to switch off interleave scanHoward Chung1-1/+2
2020-12-07Bluetooth: Handle active scan caseHoward Chung1-1/+3
2020-12-07Bluetooth: Handle system suspend resume caseHoward Chung1-1/+3
2020-12-07Bluetooth: Interleave with allowlist scanHoward Chung1-7/+121
2020-12-07Bluetooth: Rename get_adv_instance_scan_rspLuiz Augusto von Dentz1-23/+9
2020-12-07Bluetooth: Fix not sending Set Extended Scan ResponseLuiz Augusto von Dentz1-8/+6
2020-11-11Bluetooth: Replace BT_DBG with bt_dev_dbg in HCI requestHoward Chung1-26/+26
2020-11-09Bluetooth: Fix: LL PRivacy BLE device fails to connectSathish Narasimman1-4/+8
2020-11-09Bluetooth: Resume advertising after LE connectionDaniel Winkler1-5/+16
2020-09-25Bluetooth: Fix update of own_addr_type if ll_privacy supportedSathish Narasimman1-1/+7
2020-09-20Bluetooth: Set scan parameters for ADV MonitorHoward Chung1-0/+3
2020-09-14Bluetooth: pause/resume advertising around suspendDaniel Winkler1-10/+57
2020-09-13Bluetooth: Set ext scan response only when it existsAbhishek Pandit-Subedi1-2/+5
2020-07-31Bluetooth: use the proper scan params when conn is pendingAlain Michaud1-0/+24
2020-07-30Bluetooth: Enable controller RPA resolution using Experimental featureSathish Narasimman1-1/+6
2020-07-30Bluetooth: Enable/Disable address resolution during le create connSathish Narasimman1-11/+34
2020-07-30Bluetooth: Let controller creates RPA during le create connSathish Narasimman1-1/+7
2020-07-30Bluetooth: Update resolving list when updating whitelistMarcel Holtmann1-2/+39
2020-07-30Bluetooth: Configure controller address resolution if availableMarcel Holtmann1-3/+23
2020-07-15Bluetooth: Add per-instance adv disable/removeDaniel Winkler1-9/+50
2020-07-08Bluetooth: Use whitelist for scan policy when suspendingMiao-chen Chou1-2/+3
2020-07-07Bluetooth: use configured default params for active scansAlain Michaud1-5/+6
2020-06-24Bluetooth: Don't restart scanning if pausedAbhishek Pandit-Subedi1-0/+10
2020-06-22Bluetooth: use configured params for ext advAlain Michaud1-4/+3
2020-06-18Bluetooth: Update background scan and report device based on advertisement monitorsMiao-chen Chou1-3/+14
2020-06-18Bluetooth: Replace wakeable in hci_conn_paramsAbhishek Pandit-Subedi1-1/+2
2020-06-18Bluetooth: Replace wakeable list with flagAbhishek Pandit-Subedi1-4/+8
2020-06-12Bluetooth: centralize default value initialization.Alain Michaud1-10/+5
2020-06-03Bluetooth: Check scan state before disabling during suspendManish Mandlik1-4/+6
2020-05-13Bluetooth: Rename BT_SUSPEND_COMPLETEAbhishek Pandit-Subedi1-1/+1
2020-05-13Bluetooth: Modify LE window and interval for suspendAbhishek Pandit-Subedi1-1/+1
2020-05-13Bluetooth: Fix incorrect type for window and intervalAbhishek Pandit-Subedi1-1/+1
2020-05-11Bluetooth: Fix advertising handle is set to 0Tedd Ho-Jeong An1-3/+3
2020-04-15Bluetooth: Use extra variable to make code more readableMarcel Holtmann1-1/+3
2020-03-18Bluetooth: Do not cancel advertising when starting a scanDmitry Grinberg1-17/+0
2020-03-11Bluetooth: Pause discovery and advertising during suspendAbhishek Pandit-Subedi1-0/+44