Searched refs:HCI_SC_ENABLED (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | mgmt.c | 861 if (hci_dev_test_flag(hdev, HCI_SC_ENABLED)) in get_current_settings() 5578 hci_dev_test_flag(hdev, HCI_SC_ENABLED))) { in set_bredr() 5644 hci_dev_clear_flag(hdev, HCI_SC_ENABLED); in sc_enable_complete() 5648 hci_dev_set_flag(hdev, HCI_SC_ENABLED); in sc_enable_complete() 5652 hci_dev_set_flag(hdev, HCI_SC_ENABLED); in sc_enable_complete() 5700 HCI_SC_ENABLED); in set_secure_conn() 5707 HCI_SC_ENABLED); in set_secure_conn() 5729 if (val == hci_dev_test_flag(hdev, HCI_SC_ENABLED) && in set_secure_conn() 7126 if (hci_dev_test_flag(hdev, HCI_SC_ENABLED) && in read_local_oob_ext_data() 7171 if (hci_dev_test_flag(hdev, HCI_SC_ENABLED)) { in read_local_oob_ext_data() [all...] |
H A D | smp.c | 62 #define AUTH_REQ_MASK(dev) (hci_dev_test_flag(dev, HCI_SC_ENABLED) ? \ 671 if (hci_dev_test_flag(hdev, HCI_SC_ENABLED) && in build_pairing_cmd() 2407 if (hci_dev_test_flag(hcon->hdev, HCI_SC_ENABLED)) { in smp_conn_security() 3099 if (!hci_dev_test_flag(hdev, HCI_SC_ENABLED)) in bredr_pairing()
|
H A D | hci_event.c | 558 hci_dev_set_flag(hdev, HCI_SC_ENABLED); in hci_cc_write_sc_support() 560 hci_dev_clear_flag(hdev, HCI_SC_ENABLED); in hci_cc_write_sc_support()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | smp.c | 63 #define AUTH_REQ_MASK(dev) (hci_dev_test_flag(dev, HCI_SC_ENABLED) ? \ 672 if (hci_dev_test_flag(hdev, HCI_SC_ENABLED) && in build_pairing_cmd() 2413 if (hci_dev_test_flag(hcon->hdev, HCI_SC_ENABLED)) { in smp_conn_security() 3105 if (!hci_dev_test_flag(hdev, HCI_SC_ENABLED)) in bredr_pairing()
|
H A D | mgmt.c | 905 if (hci_dev_test_flag(hdev, HCI_SC_ENABLED)) in get_current_settings() 6734 hci_dev_test_flag(hdev, HCI_SC_ENABLED))) { in set_bredr() 6785 hci_dev_clear_flag(hdev, HCI_SC_ENABLED); in set_secure_conn_complete() 6789 hci_dev_set_flag(hdev, HCI_SC_ENABLED); in set_secure_conn_complete() 6793 hci_dev_set_flag(hdev, HCI_SC_ENABLED); in set_secure_conn_complete() 6812 hci_dev_set_flag(hdev, HCI_SC_ENABLED); in set_secure_conn_sync() 6850 HCI_SC_ENABLED); in set_secure_conn() 6857 HCI_SC_ENABLED); in set_secure_conn() 6873 if (val == hci_dev_test_flag(hdev, HCI_SC_ENABLED) && in set_secure_conn() 8219 if (hci_dev_test_flag(hdev, HCI_SC_ENABLED) in read_local_oob_ext_data() [all...] |
H A D | hci_sync.c | 2972 hci_dev_set_flag(hdev, HCI_SC_ENABLED); in hci_write_sc_support_sync() 2975 hci_dev_clear_flag(hdev, HCI_SC_ENABLED); in hci_write_sc_support_sync()
|
H A D | hci_event.c | 688 hci_dev_set_flag(hdev, HCI_SC_ENABLED); in hci_cc_write_sc_support() 690 hci_dev_clear_flag(hdev, HCI_SC_ENABLED); in hci_cc_write_sc_support()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci_core.h | 855 return hci_dev_test_flag(hdev, HCI_SC_ENABLED) && 1373 hci_dev_test_flag(dev, HCI_SC_ENABLED))
|
H A D | hci.h | 304 HCI_SC_ENABLED, enumerator
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci_core.h | 1002 return hci_dev_test_flag(hdev, HCI_SC_ENABLED) && in hci_conn_sc_enabled() 1838 hci_dev_test_flag(dev, HCI_SC_ENABLED))
|
H A D | hci.h | 390 HCI_SC_ENABLED, enumerator
|
Completed in 68 milliseconds