Searched refs:HCI_MGMT (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/net/bluetooth/ |
D | hci_event.c | 273 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_write_local_name() 317 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_write_auth_enable() 412 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_write_class_of_dev() 505 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_write_ssp_mode() 537 if (!hci_dev_test_flag(hdev, HCI_MGMT) && !status) { in hci_cc_write_sc_support() 868 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_pin_code_reply() 894 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_pin_code_neg_reply() 953 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_user_confirm_reply() 969 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_user_confirm_neg_reply() 984 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_user_passkey_reply() [all …]
|
D | hci_core.c | 1611 !hci_dev_test_flag(hdev, HCI_MGMT)) in hci_dev_open() 1680 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_dev_do_close() 1900 if (!hci_dev_test_flag(hdev, HCI_MGMT)) in hci_update_scan_state()
|
D | mgmt.c | 1357 if (hci_dev_test_and_set_flag(hdev, HCI_MGMT)) in mgmt_init_hdev() 7680 if (!hci_dev_test_flag(hdev, HCI_MGMT)) in mgmt_powered()
|
D | l2cap_core.c | 3899 if (hci_dev_test_flag(hdev, HCI_MGMT) && in l2cap_connect_req()
|
/linux-4.4.14/include/net/bluetooth/ |
D | hci.h | 221 HCI_MGMT, enumerator
|