Searched refs:HCI_RPA_EXPIRED (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_request.c | 884 hci_dev_set_flag(hdev, HCI_RPA_EXPIRED); in set_random_addr()
|
H A D | hci_sync.c | 892 hci_dev_set_flag(hdev, HCI_RPA_EXPIRED); in hci_set_random_addr_sync() 4874 hci_dev_set_flag(hdev, HCI_RPA_EXPIRED); in hci_dev_open_sync()
|
H A D | mgmt.c | 1035 hci_dev_set_flag(hdev, HCI_RPA_EXPIRED); in rpa_expired() 6976 hci_dev_set_flag(hdev, HCI_RPA_EXPIRED); in set_privacy() 6985 hci_dev_clear_flag(hdev, HCI_RPA_EXPIRED); in set_privacy()
|
H A D | hci_event.c | 1415 hci_dev_clear_flag(hdev, HCI_RPA_EXPIRED); in hci_cc_le_set_random_addr() 3626 hci_dev_set_flag(hdev, HCI_RPA_EXPIRED); in hci_encrypt_change_evt()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_request.c | 2034 if (!hci_dev_test_and_clear_flag(hdev, HCI_RPA_EXPIRED) && in hci_get_random_address() 2467 hci_dev_set_flag(hdev, HCI_RPA_EXPIRED); in set_random_addr() 2495 if (!hci_dev_test_and_clear_flag(hdev, HCI_RPA_EXPIRED) && in hci_update_random_address()
|
H A D | mgmt.c | 977 hci_dev_set_flag(hdev, HCI_RPA_EXPIRED); in rpa_expired() 5832 hci_dev_set_flag(hdev, HCI_RPA_EXPIRED); in set_privacy() 5841 hci_dev_clear_flag(hdev, HCI_RPA_EXPIRED); in set_privacy()
|
H A D | hci_event.c | 3095 hci_dev_set_flag(hdev, HCI_RPA_EXPIRED); in hci_encrypt_change_evt()
|
H A D | hci_core.c | 1594 hci_dev_set_flag(hdev, HCI_RPA_EXPIRED); in hci_dev_do_open()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 308 HCI_RPA_EXPIRED, enumerator
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 394 HCI_RPA_EXPIRED, enumerator
|
H A D | hci_core.h | 1840 !hci_dev_test_flag(dev, HCI_RPA_EXPIRED))
|
Completed in 75 milliseconds