Searched refs:HCI_MESH (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/net/bluetooth/ |
D | hci_sync.c | 1956 if (hci_dev_test_flag(hdev, HCI_MESH)) in hci_le_set_ext_scan_enable_sync() 1976 if (val && hci_dev_test_flag(hdev, HCI_MESH)) in hci_le_set_scan_enable_sync() 2682 if (hci_dev_test_flag(hdev, HCI_MESH)) { in hci_passive_scan_sync() 2740 if (!hci_dev_test_flag(hdev, HCI_MESH) && in hci_update_passive_scan_sync()
|
D | mgmt.c | 2186 hci_dev_set_flag(hdev, HCI_MESH); in set_mesh_sync() 2188 hci_dev_clear_flag(hdev, HCI_MESH); in set_mesh_sync() 4654 hci_dev_clear_flag(hdev, HCI_MESH); in set_mgmt_mesh_func() 6454 hci_dev_test_flag(hdev, HCI_MESH) || in set_advertising() 10376 if (hci_dev_test_flag(hdev, HCI_MESH) && link_type == LE_LINK) in mgmt_device_found()
|
D | hci_event.c | 1759 if (hci_dev_test_flag(hdev, HCI_MESH)) in le_set_scan_enable_complete() 6228 if (!hci_dev_test_flag(hdev, HCI_MESH) && direct_addr) { in process_adv_report() 6282 if (hci_dev_test_flag(hdev, HCI_MESH)) { in process_adv_report()
|
/Linux-v6.1/include/net/bluetooth/ |
D | hci.h | 369 HCI_MESH, enumerator
|