Searched refs:HCI_SC_ENABLED (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/net/bluetooth/ |
D | mgmt.c | 910 if (hci_dev_test_flag(hdev, HCI_SC_ENABLED)) in get_current_settings() 6802 hci_dev_test_flag(hdev, HCI_SC_ENABLED))) { in set_bredr() 6853 hci_dev_clear_flag(hdev, HCI_SC_ENABLED); in set_secure_conn_complete() 6857 hci_dev_set_flag(hdev, HCI_SC_ENABLED); in set_secure_conn_complete() 6861 hci_dev_set_flag(hdev, HCI_SC_ENABLED); in set_secure_conn_complete() 6880 hci_dev_set_flag(hdev, HCI_SC_ENABLED); in set_secure_conn_sync() 6918 HCI_SC_ENABLED); in set_secure_conn() 6925 HCI_SC_ENABLED); in set_secure_conn() 6941 if (val == hci_dev_test_flag(hdev, HCI_SC_ENABLED) && in set_secure_conn() 8287 if (hci_dev_test_flag(hdev, HCI_SC_ENABLED) && in read_local_oob_ext_data() [all …]
|
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()
|
D | hci_sync.c | 2966 hci_dev_set_flag(hdev, HCI_SC_ENABLED); in hci_write_sc_support_sync() 2969 hci_dev_clear_flag(hdev, HCI_SC_ENABLED); in hci_write_sc_support_sync()
|
D | hci_event.c | 690 hci_dev_set_flag(hdev, HCI_SC_ENABLED); in hci_cc_write_sc_support() 692 hci_dev_clear_flag(hdev, HCI_SC_ENABLED); in hci_cc_write_sc_support()
|
/linux-6.6.21/include/net/bluetooth/ |
D | hci_core.h | 1001 return hci_dev_test_flag(hdev, HCI_SC_ENABLED) && in hci_conn_sc_enabled() 1837 hci_dev_test_flag(dev, HCI_SC_ENABLED))
|
D | hci.h | 390 HCI_SC_ENABLED, enumerator
|