Searched refs:HCI_MGMT (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.6/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() 549 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_write_class_of_dev() 685 if (!hci_dev_test_flag(hdev, HCI_MGMT) && !rp->status) { in hci_cc_write_sc_support() 1203 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_pin_code_reply() 1231 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_pin_code_neg_reply() 1299 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_user_confirm_reply() 1317 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_user_confirm_neg_reply() 1335 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_user_passkey_reply() 1353 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_user_passkey_neg_reply() [all …]
|
| D | hci_sync.c | 4872 hci_dev_test_flag(hdev, HCI_MGMT) && in hci_dev_open_sync() 4994 if (hci_dev_test_flag(hdev, HCI_MGMT)) { in hci_dev_close_sync() 5016 hci_dev_test_flag(hdev, HCI_MGMT)) in hci_dev_close_sync() 5094 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() 9434 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-v6.6/include/net/bluetooth/ |
| D | hci.h | 376 HCI_MGMT, enumerator
|