Home
last modified time | relevance | path

Searched refs:HCI_LL_RPA_RESOLUTION (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/net/bluetooth/
Dhci_request.c353 if (hci_dev_test_flag(hdev, HCI_LL_RPA_RESOLUTION) && !rpa_le_conn) { in hci_req_add_le_scan_disable()
Dhci_sync.c2020 if (val == hci_dev_test_flag(hdev, HCI_LL_RPA_RESOLUTION)) in hci_le_set_addr_resolution_enable_sync()
2429 if (!hci_dev_test_flag(hdev, HCI_LL_RPA_RESOLUTION)) in hci_pause_addr_resolution()
3034 if (!hci_dev_test_flag(hdev, HCI_LL_RPA_RESOLUTION)) { in hci_powered_update_adv_sync()
Dhci_event.c2118 hci_dev_set_flag(hdev, HCI_LL_RPA_RESOLUTION); in hci_cc_le_set_addr_resolution_enable()
2120 hci_dev_clear_flag(hdev, HCI_LL_RPA_RESOLUTION); in hci_cc_le_set_addr_resolution_enable()
/linux-6.6.21/include/net/bluetooth/
Dhci.h416 HCI_LL_RPA_RESOLUTION, enumerator
Dhci_core.h852 hci_dev_clear_flag(hdev, HCI_LL_RPA_RESOLUTION);\