Searched refs:HCI_MGMT (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
D | hci_event.c | 290 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_write_local_name() 334 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_write_auth_enable() 429 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_write_class_of_dev() 522 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_write_ssp_mode() 554 if (!hci_dev_test_flag(hdev, HCI_MGMT) && !status) { in hci_cc_write_sc_support() 978 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_pin_code_reply() 1004 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_pin_code_neg_reply() 1063 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_user_confirm_reply() 1079 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_user_confirm_neg_reply() 1094 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_user_passkey_reply() [all …]
|
D | hci_core.c | 1603 hci_dev_test_flag(hdev, HCI_MGMT) && in hci_dev_do_open() 1689 !hci_dev_test_flag(hdev, HCI_MGMT)) in hci_dev_open() 1756 if (hci_dev_test_flag(hdev, HCI_MGMT)) { in hci_dev_do_close() 1778 hci_dev_test_flag(hdev, HCI_MGMT)) in hci_dev_do_close() 1984 if (!hci_dev_test_flag(hdev, HCI_MGMT)) in hci_update_scan_state() 2242 hci_dev_test_flag(hdev, HCI_MGMT) && in hci_power_on()
|
D | l2cap_core.c | 4235 if (hci_dev_test_flag(hdev, HCI_MGMT) && in l2cap_connect_req()
|
D | mgmt.c | 996 if (hci_dev_test_and_set_flag(hdev, HCI_MGMT)) in mgmt_init_hdev()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
D | hci.h | 292 HCI_MGMT, enumerator
|