Home
last modified time | relevance | path

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

/linux-6.1.9/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.c1991 if (val == hci_dev_test_flag(hdev, HCI_LL_RPA_RESOLUTION)) in hci_le_set_addr_resolution_enable_sync()
2889 if (!hci_dev_test_flag(hdev, HCI_LL_RPA_RESOLUTION)) { in hci_powered_update_adv_sync()
Dhci_event.c2089 hci_dev_set_flag(hdev, HCI_LL_RPA_RESOLUTION); in hci_cc_le_set_addr_resolution_enable()
2091 hci_dev_clear_flag(hdev, HCI_LL_RPA_RESOLUTION); in hci_cc_le_set_addr_resolution_enable()
/linux-6.1.9/include/net/bluetooth/
Dhci.h379 HCI_LL_RPA_RESOLUTION, enumerator
Dhci_core.h830 hci_dev_clear_flag(hdev, HCI_LL_RPA_RESOLUTION);\