Searched refs:HCI_MGMT (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_event.c | 292 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_write_local_name() 336 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_write_auth_enable() 431 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_write_class_of_dev() 524 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_write_ssp_mode() 556 if (!hci_dev_test_flag(hdev, HCI_MGMT) && !status) { in hci_cc_write_sc_support() 980 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_pin_code_reply() 1006 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_pin_code_neg_reply() 1065 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_user_confirm_reply() 1081 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_user_confirm_neg_reply() 1096 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_user_passkey_reply() [all...] |
H A D | hci_core.c | 1603 hci_dev_test_flag(hdev, HCI_MGMT) && in hci_dev_do_open() 1690 !hci_dev_test_flag(hdev, HCI_MGMT)) in hci_dev_open() 1757 if (hci_dev_test_flag(hdev, HCI_MGMT)) { in hci_dev_do_close() 1779 hci_dev_test_flag(hdev, HCI_MGMT)) in hci_dev_do_close() 1985 if (!hci_dev_test_flag(hdev, HCI_MGMT)) in hci_update_scan_state() 2243 hci_dev_test_flag(hdev, HCI_MGMT) && in hci_power_on()
|
H A D | mgmt.c | 996 if (hci_dev_test_and_set_flag(hdev, HCI_MGMT)) in mgmt_init_hdev()
|
H A D | l2cap_core.c | 4282 if (hci_dev_test_flag(hdev, HCI_MGMT) && in l2cap_connect_req()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_event.c | 364 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_write_local_name() 414 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_write_auth_enable() 550 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_write_class_of_dev() 686 if (!hci_dev_test_flag(hdev, HCI_MGMT) && !rp->status) { in hci_cc_write_sc_support() 1216 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_pin_code_reply() 1244 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_pin_code_neg_reply() 1312 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_user_confirm_reply() 1330 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_user_confirm_neg_reply() 1348 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_user_passkey_reply() 1366 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_user_passkey_neg_reply() [all...] |
H 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()
|
H A D | hci_sync.c | 4883 hci_dev_test_flag(hdev, HCI_MGMT) && in hci_dev_open_sync() 5010 if (hci_dev_test_flag(hdev, HCI_MGMT)) { in hci_dev_close_sync() 5032 hci_dev_test_flag(hdev, HCI_MGMT)) in hci_dev_close_sync() 5116 hci_dev_test_flag(hdev, HCI_MGMT) && in hci_power_on_sync()
|
H A D | mgmt.c | 1129 if (hci_dev_test_flag(hdev, HCI_MGMT)) in mgmt_init_hdev() 1146 hci_dev_set_flag(hdev, HCI_MGMT); in mgmt_init_hdev() 9377 if (!hci_dev_test_flag(hdev, HCI_MGMT)) in mgmt_index_removed()
|
H A D | l2cap_core.c | 4057 if (hci_dev_test_flag(hdev, HCI_MGMT) && in l2cap_connect_req()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 292 HCI_MGMT, enumerator
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 377 HCI_MGMT, enumerator
|
Completed in 77 milliseconds