Home
last modified time | relevance | path

Searched refs:rpa_le_conn (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/net/bluetooth/
Dhci_request.h68 void hci_req_add_le_scan_disable(struct hci_request *req, bool rpa_le_conn);
Dhci_conn.c1011 bool rpa_le_conn = true; in hci_connect_le() local
1113 hci_req_add_le_scan_disable(&req, rpa_le_conn); in hci_connect_le()
Dhci_request.c705 void hci_req_add_le_scan_disable(struct hci_request *req, bool rpa_le_conn) in hci_req_add_le_scan_disable() argument
732 hci_dev_test_flag(hdev, HCI_LL_RPA_RESOLUTION) && !rpa_le_conn) { in hci_req_add_le_scan_disable()