Searched refs:HCI_MGMT (Results 1 – 5 of 5) sorted by relevance
| /linux/net/bluetooth/ |
| H A D | hci_event.c | 361 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_write_local_name() 411 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_write_auth_enable() 547 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_write_class_of_dev() 683 if (!hci_dev_test_flag(hdev, HCI_MGMT) && !rp->status) { in hci_cc_write_sc_support() 1169 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_pin_code_reply() 1197 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_pin_code_neg_reply() 1268 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_user_confirm_reply() 1286 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_user_confirm_neg_reply() 1304 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_user_passkey_reply() 1322 if (hci_dev_test_flag(hdev, HCI_MGMT)) in hci_cc_user_passkey_neg_reply() [all …]
|
| H A D | hci_core.c | 484 !hci_dev_test_flag(hdev, HCI_MGMT)) in hci_dev_open() 666 if (!hci_dev_test_flag(hdev, HCI_MGMT)) in hci_update_passive_scan_state() 952 hci_dev_test_flag(hdev, HCI_MGMT) && in hci_power_on()
|
| H A D | hci_sync.c | 5209 hci_dev_test_flag(hdev, HCI_MGMT)) { in hci_dev_open_sync() 5342 if (hci_dev_test_flag(hdev, HCI_MGMT)) { in hci_dev_close_sync() 5363 hci_dev_test_flag(hdev, HCI_MGMT)) in hci_dev_close_sync() 5444 hci_dev_test_flag(hdev, HCI_MGMT) && in hci_power_on_sync()
|
| H A D | mgmt.c | 1140 if (hci_dev_test_flag(hdev, HCI_MGMT)) in mgmt_init_hdev() 1157 hci_dev_set_flag(hdev, HCI_MGMT); in mgmt_init_hdev() 9528 if (!hci_dev_test_flag(hdev, HCI_MGMT)) in mgmt_index_removed()
|
| /linux/include/net/bluetooth/ |
| H A D | hci.h | 427 HCI_MGMT, enumerator
|