Searched refs:HCI_MGMT (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/net/bluetooth/ |
D | hci_event.c | 362 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_write_local_name() 412 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_write_auth_enable() 545 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_write_class_of_dev() 681 if (!hci_dev_test_flag(hdev, HCI_MGMT) && !rp->status) { in hci_cc_write_sc_support() 1189 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_pin_code_reply() 1217 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_pin_code_neg_reply() 1285 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_user_confirm_reply() 1303 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_user_confirm_neg_reply() 1321 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_user_passkey_reply() 1339 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_user_passkey_neg_reply() [all …]
|
D | hci_sync.c | 4683 hci_dev_test_flag(hdev, HCI_MGMT) && in hci_dev_open_sync() 4805 if (hci_dev_test_flag(hdev, HCI_MGMT)) { in hci_dev_close_sync() 4827 hci_dev_test_flag(hdev, HCI_MGMT)) in hci_dev_close_sync() 4904 hci_dev_test_flag(hdev, HCI_MGMT) && in hci_power_on_sync()
|
D | hci_core.c | 536 !hci_dev_test_flag(hdev, HCI_MGMT)) in hci_dev_open() 718 if (!hci_dev_test_flag(hdev, HCI_MGMT)) in hci_update_passive_scan_state() 976 hci_dev_test_flag(hdev, HCI_MGMT) && in hci_power_on()
|
D | mgmt.c | 1114 if (hci_dev_test_flag(hdev, HCI_MGMT)) in mgmt_init_hdev() 1131 hci_dev_set_flag(hdev, HCI_MGMT); in mgmt_init_hdev() 9431 if (!hci_dev_test_flag(hdev, HCI_MGMT)) in mgmt_index_removed()
|
D | l2cap_core.c | 4267 if (hci_dev_test_flag(hdev, HCI_MGMT) && in l2cap_connect_req()
|
/linux-6.1.9/include/net/bluetooth/ |
D | hci.h | 340 HCI_MGMT, enumerator
|