Searched refs:HCI_MGMT (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/net/bluetooth/ |
| D | hci_event.c | 274 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_write_local_name() 318 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_write_auth_enable() 413 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_write_class_of_dev() 506 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_write_ssp_mode() 538 if (!hci_dev_test_flag(hdev, HCI_MGMT) && !status) { in hci_cc_write_sc_support() 914 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_pin_code_reply() 940 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_pin_code_neg_reply() 999 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_user_confirm_reply() 1015 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_user_confirm_neg_reply() 1030 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_user_passkey_reply() [all …]
|
| D | hci_core.c | 1532 hci_dev_test_flag(hdev, HCI_MGMT) && in hci_dev_do_open() 1613 !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() 1702 hci_dev_test_flag(hdev, HCI_MGMT)) in hci_dev_do_close() 1903 if (!hci_dev_test_flag(hdev, HCI_MGMT)) in hci_update_scan_state() 2161 hci_dev_test_flag(hdev, HCI_MGMT) && in hci_power_on()
|
| D | l2cap_core.c | 3989 if (hci_dev_test_flag(hdev, HCI_MGMT) && in l2cap_connect_req()
|
| D | mgmt.c | 952 if (hci_dev_test_and_set_flag(hdev, HCI_MGMT)) in mgmt_init_hdev()
|
| /Linux-v5.4/include/net/bluetooth/ |
| D | hci.h | 249 HCI_MGMT, enumerator
|