Searched refs:HCI_LL_RPA_RESOLUTION (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_request.c | 353 if (hci_dev_test_flag(hdev, HCI_LL_RPA_RESOLUTION) && !rpa_le_conn) { in hci_req_add_le_scan_disable()
|
H A D | hci_sync.c | 2026 if (val == hci_dev_test_flag(hdev, HCI_LL_RPA_RESOLUTION)) in hci_le_set_addr_resolution_enable_sync() 2435 if (!hci_dev_test_flag(hdev, HCI_LL_RPA_RESOLUTION)) in hci_pause_addr_resolution() 3040 if (!hci_dev_test_flag(hdev, HCI_LL_RPA_RESOLUTION)) { in hci_powered_update_adv_sync()
|
H A D | hci_event.c | 2116 hci_dev_set_flag(hdev, HCI_LL_RPA_RESOLUTION); in hci_cc_le_set_addr_resolution_enable() 2118 hci_dev_clear_flag(hdev, HCI_LL_RPA_RESOLUTION); in hci_cc_le_set_addr_resolution_enable()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_event.c | 1653 hci_dev_set_flag(hdev, HCI_LL_RPA_RESOLUTION); in hci_cc_le_set_addr_resolution_enable() 1655 hci_dev_clear_flag(hdev, HCI_LL_RPA_RESOLUTION); in hci_cc_le_set_addr_resolution_enable() 2310 hci_dev_test_flag(hdev, HCI_LL_RPA_RESOLUTION)) { in cs_le_create_conn() 5328 hci_dev_test_flag(hdev, HCI_LL_RPA_RESOLUTION)) in hci_le_enh_conn_complete_evt()
|
H A D | hci_request.c | 734 hci_dev_test_flag(hdev, HCI_LL_RPA_RESOLUTION) && !rpa_le_conn) { in hci_req_add_le_scan_disable() 1877 !hci_dev_test_flag(hdev, HCI_LL_RPA_RESOLUTION)) in hci_req_disable_address_resolution()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 328 HCI_LL_RPA_RESOLUTION, enumerator
|
H A D | hci_core.h | 736 hci_dev_clear_flag(hdev, HCI_LL_RPA_RESOLUTION);\
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 415 HCI_LL_RPA_RESOLUTION, enumerator
|
H A D | hci_core.h | 853 hci_dev_clear_flag(hdev, HCI_LL_RPA_RESOLUTION);\
|
Completed in 46 milliseconds