Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_request.c355 if (hci_dev_test_flag(hdev, HCI_LL_RPA_RESOLUTION) && !rpa_le_conn) { in hci_req_add_le_scan_disable()
H A Dhci_sync.c2029 if (val == hci_dev_test_flag(hdev, HCI_LL_RPA_RESOLUTION)) in hci_le_set_addr_resolution_enable_sync()
2438 if (!hci_dev_test_flag(hdev, HCI_LL_RPA_RESOLUTION)) in hci_pause_addr_resolution()
3087 if (!hci_dev_test_flag(hdev, HCI_LL_RPA_RESOLUTION)) { in hci_powered_update_adv_sync()
H A Dhci_event.c2061 hci_dev_set_flag(hdev, HCI_LL_RPA_RESOLUTION); in hci_cc_le_set_addr_resolution_enable()
2063 hci_dev_clear_flag(hdev, HCI_LL_RPA_RESOLUTION); in hci_cc_le_set_addr_resolution_enable()
/openbmc/linux/include/net/bluetooth/
H A Dhci.h409 HCI_LL_RPA_RESOLUTION, enumerator
H A Dhci_core.h822 hci_dev_clear_flag(hdev, HCI_LL_RPA_RESOLUTION);\