Searched refs:HCI_KEEP_DEBUG_KEYS (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | mgmt.c | 864 if (hci_dev_test_flag(hdev, HCI_KEEP_DEBUG_KEYS)) in get_current_settings() 2388 changed = !hci_dev_test_and_set_flag(hdev, HCI_KEEP_DEBUG_KEYS); in load_link_keys() 2391 HCI_KEEP_DEBUG_KEYS); in load_link_keys() 5770 changed = !hci_dev_test_and_set_flag(hdev, HCI_KEEP_DEBUG_KEYS); in set_debug_keys() 5773 HCI_KEEP_DEBUG_KEYS); in set_debug_keys()
|
H A D | smp.c | 767 !hci_dev_test_flag(hcon->hdev, HCI_KEEP_DEBUG_KEYS)) { in smp_chan_destroy() 1125 if (!hci_dev_test_flag(hdev, HCI_KEEP_DEBUG_KEYS) && in smp_notify_keys()
|
H A D | hci_event.c | 4106 /* Keep debug keys around only if the HCI_KEEP_DEBUG_KEYS flag in hci_link_key_notify_evt() 4112 !hci_dev_test_flag(hdev, HCI_KEEP_DEBUG_KEYS)) { in hci_link_key_notify_evt()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | smp.c | 768 !hci_dev_test_flag(hcon->hdev, HCI_KEEP_DEBUG_KEYS)) { in smp_chan_destroy() 1131 if (!hci_dev_test_flag(hdev, HCI_KEEP_DEBUG_KEYS) && in smp_notify_keys()
|
H A D | mgmt.c | 908 if (hci_dev_test_flag(hdev, HCI_KEEP_DEBUG_KEYS)) in get_current_settings() 2844 changed = !hci_dev_test_and_set_flag(hdev, HCI_KEEP_DEBUG_KEYS); in load_link_keys() 2847 HCI_KEEP_DEBUG_KEYS); in load_link_keys() 6914 changed = !hci_dev_test_and_set_flag(hdev, HCI_KEEP_DEBUG_KEYS); in set_debug_keys() 6917 HCI_KEEP_DEBUG_KEYS); in set_debug_keys()
|
H A D | hci_event.c | 4794 /* Keep debug keys around only if the HCI_KEEP_DEBUG_KEYS flag in hci_link_key_notify_evt() 4800 !hci_dev_test_flag(hdev, HCI_KEEP_DEBUG_KEYS)) { in hci_link_key_notify_evt()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 295 HCI_KEEP_DEBUG_KEYS, enumerator
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 380 HCI_KEEP_DEBUG_KEYS, enumerator
|
Completed in 59 milliseconds