Home
last modified time | relevance | path

Searched refs:mesh_ad_types (Results 1 – 2 of 2) sorted by relevance

/linux/net/bluetooth/
H A Dmgmt.c2150 memset(hdev->mesh_ad_types, 0, sizeof(hdev->mesh_ad_types)); in set_mesh_sync()
2160 if (len <= sizeof(hdev->mesh_ad_types)) in set_mesh_sync()
2161 memcpy(hdev->mesh_ad_types, cp->ad_types, len); in set_mesh_sync()
10260 if (!hdev->mesh_ad_types[0]) in mesh_device_found()
10266 for (j = 0; j < sizeof(hdev->mesh_ad_types); j++) { in mesh_device_found()
10267 if (!hdev->mesh_ad_types[j]) in mesh_device_found()
10270 if (hdev->mesh_ad_types[j] == eir[i + 1]) in mesh_device_found()
10278 for (j = 0; j < sizeof(hdev->mesh_ad_types); j++) { in mesh_device_found()
10279 if (!hdev->mesh_ad_types[j]) in mesh_device_found()
10282 if (hdev->mesh_ad_types[j] == scan_rsp[i + 1]) in mesh_device_found()
/linux/include/net/bluetooth/
H A Dhci_core.h370 __u8 mesh_ad_types[16]; member