Searched refs:HCI_MESH (Results 1 – 4 of 4) sorted by relevance
| /linux/net/bluetooth/ |
| H A D | hci_sync.c | 2287 if (hci_dev_test_flag(hdev, HCI_MESH)) in hci_le_set_ext_scan_enable_sync() 2307 if (val && hci_dev_test_flag(hdev, HCI_MESH)) in hci_le_set_scan_enable_sync() 3270 if (hci_dev_test_flag(hdev, HCI_MESH)) { in hci_passive_scan_sync() 3328 if (!hci_dev_test_flag(hdev, HCI_MESH) && in hci_update_passive_scan_sync()
|
| H A D | mgmt.c | 2233 hci_dev_set_flag(hdev, HCI_MESH); in set_mesh_sync() 2235 hci_dev_clear_flag(hdev, HCI_MESH); in set_mesh_sync() 4854 hci_dev_clear_flag(hdev, HCI_MESH); in set_mgmt_mesh_func() 6646 hci_dev_test_flag(hdev, HCI_MESH) || in set_advertising() 10723 if (hci_dev_test_flag(hdev, HCI_MESH) && link_type == LE_LINK) in mgmt_device_found()
|
| H A D | hci_event.c | 6290 if (!hci_dev_test_flag(hdev, HCI_MESH) && direct_addr && in process_adv_report() 6340 if (hci_dev_test_flag(hdev, HCI_MESH)) { in process_adv_report()
|
| /linux/include/net/bluetooth/ |
| H A D | hci.h | 473 HCI_MESH, enumerator
|