Home
last modified time | relevance | path

Searched refs:HCI_SC_ENABLED (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/net/bluetooth/
Dmgmt.c690 if (hci_dev_test_flag(hdev, HCI_SC_ENABLED)) in get_current_settings()
5259 hci_dev_test_flag(hdev, HCI_SC_ENABLED))) { in set_bredr()
5325 hci_dev_clear_flag(hdev, HCI_SC_ENABLED); in sc_enable_complete()
5329 hci_dev_set_flag(hdev, HCI_SC_ENABLED); in sc_enable_complete()
5333 hci_dev_set_flag(hdev, HCI_SC_ENABLED); in sc_enable_complete()
5381 HCI_SC_ENABLED); in set_secure_conn()
5388 HCI_SC_ENABLED); in set_secure_conn()
5410 if (val == hci_dev_test_flag(hdev, HCI_SC_ENABLED) && in set_secure_conn()
6846 if (hci_dev_test_flag(hdev, HCI_SC_ENABLED) && in read_local_oob_ext_data()
6891 if (hci_dev_test_flag(hdev, HCI_SC_ENABLED)) { in read_local_oob_ext_data()
Dsmp.c58 #define AUTH_REQ_MASK(dev) (hci_dev_test_flag(dev, HCI_SC_ENABLED) ? \
684 if (hci_dev_test_flag(hdev, HCI_SC_ENABLED) && in build_pairing_cmd()
2333 if (hci_dev_test_flag(hcon->hdev, HCI_SC_ENABLED)) in smp_conn_security()
2938 if (!hci_dev_test_flag(hdev, HCI_SC_ENABLED)) in bredr_pairing()
Dhci_event.c539 hci_dev_set_flag(hdev, HCI_SC_ENABLED); in hci_cc_write_sc_support()
541 hci_dev_clear_flag(hdev, HCI_SC_ENABLED); in hci_cc_write_sc_support()
/linux-4.4.14/include/net/bluetooth/
Dhci_core.h660 return hci_dev_test_flag(hdev, HCI_SC_ENABLED) && in hci_conn_sc_enabled()
1140 hci_dev_test_flag(dev, HCI_SC_ENABLED))
Dhci.h233 HCI_SC_ENABLED, enumerator