Searched refs:HCI_MGMT (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/net/bluetooth/ |
D | hci_event.c | 268 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_write_local_name() 312 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_write_auth_enable() 407 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_write_class_of_dev() 500 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_write_ssp_mode() 532 if (!hci_dev_test_flag(hdev, HCI_MGMT) && !status) { in hci_cc_write_sc_support() 903 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_pin_code_reply() 929 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_pin_code_neg_reply() 988 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_user_confirm_reply() 1004 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_user_confirm_neg_reply() 1019 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_user_passkey_reply() [all …]
|
D | hci_core.c | 1529 !hci_dev_test_flag(hdev, HCI_MGMT)) in hci_dev_open() 1595 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_dev_do_close() 1808 if (!hci_dev_test_flag(hdev, HCI_MGMT)) in hci_update_scan_state()
|
D | mgmt.c | 1337 if (hci_dev_test_and_set_flag(hdev, HCI_MGMT)) in mgmt_init_hdev() 7442 if (!hci_dev_test_flag(hdev, HCI_MGMT)) in mgmt_powered()
|
D | l2cap_core.c | 3903 if (hci_dev_test_flag(hdev, HCI_MGMT) && in l2cap_connect_req()
|
/linux-4.1.27/include/net/bluetooth/ |
D | hci.h | 209 HCI_MGMT, enumerator
|