Searched refs:HCI_MGMT (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/net/bluetooth/ |
D | hci_event.c | 366 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_write_local_name() 416 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_write_auth_enable() 552 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_write_class_of_dev() 688 if (!hci_dev_test_flag(hdev, HCI_MGMT) && !rp->status) { in hci_cc_write_sc_support() 1218 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_pin_code_reply() 1246 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_pin_code_neg_reply() 1314 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_user_confirm_reply() 1332 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_user_confirm_neg_reply() 1350 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_user_passkey_reply() 1368 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_user_passkey_neg_reply() [all …]
|
D | hci_sync.c | 4877 hci_dev_test_flag(hdev, HCI_MGMT) && in hci_dev_open_sync() 4999 if (hci_dev_test_flag(hdev, HCI_MGMT)) { in hci_dev_close_sync() 5021 hci_dev_test_flag(hdev, HCI_MGMT)) in hci_dev_close_sync() 5099 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 | 1132 if (hci_dev_test_flag(hdev, HCI_MGMT)) in mgmt_init_hdev() 1149 hci_dev_set_flag(hdev, HCI_MGMT); in mgmt_init_hdev() 9445 if (!hci_dev_test_flag(hdev, HCI_MGMT)) in mgmt_index_removed()
|
D | l2cap_core.c | 4282 if (hci_dev_test_flag(hdev, HCI_MGMT) && in l2cap_connect_req()
|
/linux-6.6.21/include/net/bluetooth/ |
D | hci.h | 377 HCI_MGMT, enumerator
|