summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_request.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: hci_core: Make hci_is_le_conn_scanning publicLuiz Augusto von Dentz2023-08-111-21/+0
* Bluetooth: silence a dmesg error message in hci_request.cMateusz Jończyk2022-12-021-1/+1
* Bluetooth: Move hci_abort_conn to hci_conn.cBrian Gix2022-08-311-93/+0
* Bluetooth: convert hci_update_adv_data to hci_syncBrian Gix2022-08-251-64/+0
* Bluetooth: move hci_get_random_address() to hci_syncBrian Gix2022-08-251-163/+92
* Bluetooth: Delete unreferenced hci_request codeBrian Gix2022-08-251-735/+2
* Bluetooth: Move Adv Instance timer to hci_syncBrian Gix2022-08-251-111/+0
* Bluetooth: Convert SCO configure_datapath to hci_syncBrian Gix2022-08-251-47/+0
* Bluetooth: Delete unused hci_req_stop_discovery()Brian Gix2022-08-251-48/+0
* Bluetooth: Rework le_scan_restart for hci_syncBrian Gix2022-08-251-89/+0
* Bluetooth: Convert le_scan_disable timeout to hci_syncBrian Gix2022-08-251-97/+1
* Bluetooth: Add initial implementation of BIS connectionsLuiz Augusto von Dentz2022-07-221-15/+21
* Bluetooth: Convert delayed discov_off to hci_syncBrian Gix2022-07-221-89/+0
* Bluetooth: Remove update_scan hci_request dependancyBrian Gix2022-07-221-17/+0
* Bluetooth: Remove dead code from hci_request.cBrian Gix2022-07-221-287/+0
* bluetooth: don't use bitmaps for random flag accessesLinus Torvalds2022-06-051-1/+1
* Bluetooth: hci_sync: use hci_skb_event() helperAhmad Fatoum2022-05-231-1/+1
* Bluetooth: use hdev lock in activate_scan for hci_is_adv_monitoringNiels Dossche2022-05-131-0/+2
* Bluetooth: hci_sync: Add hci_le_create_conn_syncLuiz Augusto von Dentz2021-12-221-50/+0
* Bluetooth: hci_sync: Push sync command cancellation to workqueueBenjamin Berg2021-12-221-1/+1
* Bluetooth: hci_core: Rework hci_conn_params flagsLuiz Augusto von Dentz2021-12-071-2/+2
* Bluetooth: Add hci_cmd_sync_cancel to public APIBenjamin Berg2021-12-031-17/+1
* Bluetooth: Reset more state when cancelling a sync commandBenjamin Berg2021-12-031-0/+5
* Bluetooth: hci_request: Remove bg_scan_update workLuiz Augusto von Dentz2021-11-161-107/+0
* Bluetooth: hci_sync: Convert MGMT_OP_SET_CONNECTABLE to use cmd_syncLuiz Augusto von Dentz2021-11-161-43/+0
* Bluetooth: hci_sync: Convert MGMT_OP_SET_DISCOVERABLE to use cmd_syncLuiz Augusto von Dentz2021-11-161-12/+0
* Bluetooth: hci_sync: Rework hci_suspend_notifierLuiz Augusto von Dentz2021-10-291-237/+0
* Bluetooth: hci_sync: Convert MGMT_SET_POWEREDLuiz Augusto von Dentz2021-10-291-1/+2
* Bluetooth: hci_sync: Enable advertising when LL privacy is enabledLuiz Augusto von Dentz2021-10-291-18/+8
* Bluetooth: hci_sync: Make use of hci_cmd_sync_queue set 1Luiz Augusto von Dentz2021-10-291-2/+2
* Bluetooth: Add helper for serialized HCI command executionMarcel Holtmann2021-10-291-68/+0
* Bluetooth: Fix Advertisement Monitor Suspend/ResumeManish Mandlik2021-09-281-6/+9
* Bluetooth: eir: Move EIR/Adv Data functions to its own fileLuiz Augusto von Dentz2021-09-211-401/+15
* Bluetooth: Configure codec for HFP offload use caseKiran K2021-09-071-0/+47
* Bluetooth: Fix not generating RPA when requiredLuiz Augusto von Dentz2021-08-031-47/+34
* Bluetooth: Fix Set Extended (Scan Response) DataLuiz Augusto von Dentz2021-06-261-22/+29
* Bluetooth: use inclusive language when filtering devicesArchie Pusaka2021-06-261-44/+45
* Bluetooth: use inclusive language when tracking connectionsArchie Pusaka2021-06-261-8/+9
* Bluetooth: disable filter dup when scan for adv monitorYun-Hao Chung2021-06-261-5/+41
* Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-291-24/+43
|\
| * Bluetooth: LL privacy allow RPASathish Narasimman2021-04-061-0/+4
| * Bluetooth: Handle own address type change with HCI_ENABLE_LL_PRIVACYSathish Narasimman2021-04-061-2/+4
| * Bluetooth: Check inquiry status before sending oneArchie Pusaka2021-04-021-0/+3
| * Bluetooth: Coding style fixMeng Yu2021-04-021-4/+2
| * Bluetooth: Cancel le_scan_restart work when stopping discoverySonny Sasaka2021-03-151-0/+1
| * Bluetooth: Allow scannable adv with extended MGMT APIsDaniel Winkler2021-03-031-1/+2
| * Bluetooth: Remove unneeded commands for suspendAbhishek Pandit-Subedi2021-03-031-17/+27
* | bluetooth: eliminate the potential race condition when removing the HCI contr...Lin Ma2021-04-231-4/+8
|/
* Bluetooth: disable advertisement filters during suspendHoward Chung2021-01-251-0/+29
* Bluetooth: advmon offload MSFT interleave scanning integrationArchie Pusaka2021-01-251-9/+11