Searched refs:HCI_SC_ENABLED (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
D | mgmt.c | 861 if (hci_dev_test_flag(hdev, HCI_SC_ENABLED)) in get_current_settings() 5573 hci_dev_test_flag(hdev, HCI_SC_ENABLED))) { in set_bredr() 5639 hci_dev_clear_flag(hdev, HCI_SC_ENABLED); in sc_enable_complete() 5643 hci_dev_set_flag(hdev, HCI_SC_ENABLED); in sc_enable_complete() 5647 hci_dev_set_flag(hdev, HCI_SC_ENABLED); in sc_enable_complete() 5695 HCI_SC_ENABLED); in set_secure_conn() 5702 HCI_SC_ENABLED); in set_secure_conn() 5724 if (val == hci_dev_test_flag(hdev, HCI_SC_ENABLED) && in set_secure_conn() 7111 if (hci_dev_test_flag(hdev, HCI_SC_ENABLED) && in read_local_oob_ext_data() 7156 if (hci_dev_test_flag(hdev, HCI_SC_ENABLED)) { in read_local_oob_ext_data()
|
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() 2392 if (hci_dev_test_flag(hcon->hdev, HCI_SC_ENABLED)) { in smp_conn_security() 3084 if (!hci_dev_test_flag(hdev, HCI_SC_ENABLED)) in bredr_pairing()
|
D | hci_event.c | 556 hci_dev_set_flag(hdev, HCI_SC_ENABLED); in hci_cc_write_sc_support() 558 hci_dev_clear_flag(hdev, HCI_SC_ENABLED); in hci_cc_write_sc_support()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
D | hci_core.h | 838 return hci_dev_test_flag(hdev, HCI_SC_ENABLED) && in hci_conn_sc_enabled() 1356 hci_dev_test_flag(dev, HCI_SC_ENABLED))
|
D | hci.h | 304 HCI_SC_ENABLED, enumerator
|