Searched refs:HCI_MGMT (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/net/bluetooth/ |
A 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() 1194 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_pin_code_reply() 1222 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_pin_code_neg_reply() 1290 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_user_confirm_reply() 1308 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_user_confirm_neg_reply() 1326 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_user_passkey_reply() 1344 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_user_passkey_neg_reply() 2557 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cs_remote_name_req() [all …]
|
A D | hci_sync.c | 4701 hci_dev_test_flag(hdev, HCI_MGMT) && in hci_dev_open_sync() 4823 if (hci_dev_test_flag(hdev, HCI_MGMT)) { in hci_dev_close_sync() 4845 hci_dev_test_flag(hdev, HCI_MGMT)) in hci_dev_close_sync() 4922 hci_dev_test_flag(hdev, HCI_MGMT) && in hci_power_on_sync()
|
A 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()
|
A D | mgmt.c | 1126 if (hci_dev_test_flag(hdev, HCI_MGMT)) in mgmt_init_hdev() 1143 hci_dev_set_flag(hdev, HCI_MGMT); in mgmt_init_hdev() 9442 if (!hci_dev_test_flag(hdev, HCI_MGMT)) in mgmt_index_removed()
|
A D | l2cap_core.c | 4243 if (hci_dev_test_flag(hdev, HCI_MGMT) && in l2cap_connect_req()
|
/linux-6.3-rc2/include/net/bluetooth/ |
A D | hci.h | 340 HCI_MGMT, enumerator
|
Completed in 75 milliseconds