Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dmgmt.c2143 memset(hdev->mesh_ad_types, 0, sizeof(hdev->mesh_ad_types)); in set_mesh_sync()
2153 if (len <= sizeof(hdev->mesh_ad_types)) in set_mesh_sync()
2154 memcpy(hdev->mesh_ad_types, cp->ad_types, len); in set_mesh_sync()
10290 if (!hdev->mesh_ad_types[0]) in mesh_device_found()
10296 for (j = 0; j < sizeof(hdev->mesh_ad_types); j++) { in mesh_device_found()
10297 if (!hdev->mesh_ad_types[j]) in mesh_device_found()
10300 if (hdev->mesh_ad_types[j] == eir[i + 1]) in mesh_device_found()
10308 for (j = 0; j < sizeof(hdev->mesh_ad_types); j++) { in mesh_device_found()
10309 if (!hdev->mesh_ad_types[ in mesh_device_found()
[all...]
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h370 __u8 mesh_ad_types[16]; member