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.c2213 sizeof(hdev->mesh_ad_types)); in set_mesh_sync()
2228 memset(hdev->mesh_ad_types, 0, sizeof(hdev->mesh_ad_types)); in set_mesh_sync()
2241 if (len <= sizeof(hdev->mesh_ad_types)) in set_mesh_sync()
2242 memcpy(hdev->mesh_ad_types, cp->ad_types, len); in set_mesh_sync()
10370 if (!hdev->mesh_ad_types[0]) in mesh_device_found()
10376 for (j = 0; j < sizeof(hdev->mesh_ad_types); j++) { in mesh_device_found()
10377 if (!hdev->mesh_ad_types[j]) in mesh_device_found()
10380 if (hdev->mesh_ad_types[j] == eir[i + 1]) in mesh_device_found()
10388 for (j = 0; j < sizeof(hdev->mesh_ad_types); j++) { in mesh_device_found()
10389 if (!hdev->mesh_ad_types[j]) in mesh_device_found()
[all …]
/linux/include/net/bluetooth/
H A Dhci_core.h386 __u8 mesh_ad_types[16]; member