aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_request.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-11Bluetooth: hci_core: Make hci_is_le_conn_scanning publicGravatar Luiz Augusto von Dentz 1-21/+0
2022-12-02Bluetooth: silence a dmesg error message in hci_request.cGravatar Mateusz Jończyk 1-1/+1
2022-08-31Bluetooth: Move hci_abort_conn to hci_conn.cGravatar Brian Gix 1-93/+0
2022-08-25Bluetooth: convert hci_update_adv_data to hci_syncGravatar Brian Gix 1-64/+0
2022-08-25Bluetooth: move hci_get_random_address() to hci_syncGravatar Brian Gix 1-163/+92
2022-08-25Bluetooth: Delete unreferenced hci_request codeGravatar Brian Gix 1-735/+2
2022-08-25Bluetooth: Move Adv Instance timer to hci_syncGravatar Brian Gix 1-111/+0
2022-08-25Bluetooth: Convert SCO configure_datapath to hci_syncGravatar Brian Gix 1-47/+0
2022-08-25Bluetooth: Delete unused hci_req_stop_discovery()Gravatar Brian Gix 1-48/+0
2022-08-25Bluetooth: Rework le_scan_restart for hci_syncGravatar Brian Gix 1-89/+0
2022-08-25Bluetooth: Convert le_scan_disable timeout to hci_syncGravatar Brian Gix 1-97/+1
2022-07-22Bluetooth: Add initial implementation of BIS connectionsGravatar Luiz Augusto von Dentz 1-15/+21
2022-07-22Bluetooth: Convert delayed discov_off to hci_syncGravatar Brian Gix 1-89/+0
2022-07-22Bluetooth: Remove update_scan hci_request dependancyGravatar Brian Gix 1-17/+0
2022-07-22Bluetooth: Remove dead code from hci_request.cGravatar Brian Gix 1-287/+0
2022-06-05bluetooth: don't use bitmaps for random flag accessesGravatar Linus Torvalds 1-1/+1
2022-05-23Bluetooth: hci_sync: use hci_skb_event() helperGravatar Ahmad Fatoum 1-1/+1
2022-05-13Bluetooth: use hdev lock in activate_scan for hci_is_adv_monitoringGravatar Niels Dossche 1-0/+2
2021-12-22Bluetooth: hci_sync: Add hci_le_create_conn_syncGravatar Luiz Augusto von Dentz 1-50/+0
2021-12-22Bluetooth: hci_sync: Push sync command cancellation to workqueueGravatar Benjamin Berg 1-1/+1
2021-12-07Bluetooth: hci_core: Rework hci_conn_params flagsGravatar Luiz Augusto von Dentz 1-2/+2
2021-12-03Bluetooth: Add hci_cmd_sync_cancel to public APIGravatar Benjamin Berg 1-17/+1
2021-12-03Bluetooth: Reset more state when cancelling a sync commandGravatar Benjamin Berg 1-0/+5
2021-11-16Bluetooth: hci_request: Remove bg_scan_update workGravatar Luiz Augusto von Dentz 1-107/+0
2021-11-16Bluetooth: hci_sync: Convert MGMT_OP_SET_CONNECTABLE to use cmd_syncGravatar Luiz Augusto von Dentz 1-43/+0
2021-11-16Bluetooth: hci_sync: Convert MGMT_OP_SET_DISCOVERABLE to use cmd_syncGravatar Luiz Augusto von Dentz 1-12/+0
2021-10-29Bluetooth: hci_sync: Rework hci_suspend_notifierGravatar Luiz Augusto von Dentz 1-237/+0
2021-10-29Bluetooth: hci_sync: Convert MGMT_SET_POWEREDGravatar Luiz Augusto von Dentz 1-1/+2
2021-10-29Bluetooth: hci_sync: Enable advertising when LL privacy is enabledGravatar Luiz Augusto von Dentz 1-18/+8
2021-10-29Bluetooth: hci_sync: Make use of hci_cmd_sync_queue set 1Gravatar Luiz Augusto von Dentz 1-2/+2
2021-10-29Bluetooth: Add helper for serialized HCI command executionGravatar Marcel Holtmann 1-68/+0
2021-09-28Bluetooth: Fix Advertisement Monitor Suspend/ResumeGravatar Manish Mandlik 1-6/+9
2021-09-21Bluetooth: eir: Move EIR/Adv Data functions to its own fileGravatar Luiz Augusto von Dentz 1-401/+15
2021-09-07Bluetooth: Configure codec for HFP offload use caseGravatar Kiran K 1-0/+47
2021-08-03Bluetooth: Fix not generating RPA when requiredGravatar Luiz Augusto von Dentz 1-47/+34
2021-06-26Bluetooth: Fix Set Extended (Scan Response) DataGravatar Luiz Augusto von Dentz 1-22/+29
2021-06-26Bluetooth: use inclusive language when filtering devicesGravatar Archie Pusaka 1-44/+45
2021-06-26Bluetooth: use inclusive language when tracking connectionsGravatar Archie Pusaka 1-8/+9
2021-06-26Bluetooth: disable filter dup when scan for adv monitorGravatar Yun-Hao Chung 1-5/+41
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 1-24/+43
2021-04-23bluetooth: eliminate the potential race condition when removing the HCI contr...Gravatar Lin Ma 1-4/+8
2021-04-06Bluetooth: LL privacy allow RPAGravatar Sathish Narasimman 1-0/+4
2021-04-06Bluetooth: Handle own address type change with HCI_ENABLE_LL_PRIVACYGravatar Sathish Narasimman 1-2/+4
2021-04-02Bluetooth: Check inquiry status before sending oneGravatar Archie Pusaka 1-0/+3
2021-04-02Bluetooth: Coding style fixGravatar Meng Yu 1-4/+2
2021-03-15Bluetooth: Cancel le_scan_restart work when stopping discoveryGravatar Sonny Sasaka 1-0/+1
2021-03-03Bluetooth: Allow scannable adv with extended MGMT APIsGravatar Daniel Winkler 1-1/+2
2021-03-03Bluetooth: Remove unneeded commands for suspendGravatar Abhishek Pandit-Subedi 1-17/+27
2021-01-25Bluetooth: disable advertisement filters during suspendGravatar Howard Chung 1-0/+29
2021-01-25Bluetooth: advmon offload MSFT interleave scanning integrationGravatar Archie Pusaka 1-9/+11