Searched refs:HCI_SC_ENABLED (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/net/bluetooth/ |
H A D | mgmt.c | 893 if (hci_dev_test_flag(hdev, HCI_SC_ENABLED)) in get_current_settings() 6761 hci_dev_test_flag(hdev, HCI_SC_ENABLED))) { in set_bredr() 6812 hci_dev_clear_flag(hdev, HCI_SC_ENABLED); in set_secure_conn_complete() 6816 hci_dev_set_flag(hdev, HCI_SC_ENABLED); in set_secure_conn_complete() 6820 hci_dev_set_flag(hdev, HCI_SC_ENABLED); in set_secure_conn_complete() 6839 hci_dev_set_flag(hdev, HCI_SC_ENABLED); in set_secure_conn_sync() 6877 HCI_SC_ENABLED); in set_secure_conn() 6884 HCI_SC_ENABLED); in set_secure_conn() 6900 if (val == hci_dev_test_flag(hdev, HCI_SC_ENABLED) && in set_secure_conn() 8233 if (hci_dev_test_flag(hdev, HCI_SC_ENABLED) && in read_local_oob_ext_data() [all …]
|
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() 2428 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 | hci_sync.c | 3225 hci_dev_set_flag(hdev, HCI_SC_ENABLED); in hci_write_sc_support_sync() 3228 hci_dev_clear_flag(hdev, HCI_SC_ENABLED); in hci_write_sc_support_sync()
|
H A D | hci_event.c | 684 hci_dev_set_flag(hdev, HCI_SC_ENABLED); in hci_cc_write_sc_support() 686 hci_dev_clear_flag(hdev, HCI_SC_ENABLED); in hci_cc_write_sc_support()
|
/openbmc/linux/include/net/bluetooth/ |
H A D | hci_core.h | 966 return hci_dev_test_flag(hdev, HCI_SC_ENABLED) && in hci_conn_sc_enabled() 1808 hci_dev_test_flag(dev, HCI_SC_ENABLED))
|
H A D | hci.h | 384 HCI_SC_ENABLED, enumerator
|