Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_uuid.h81 #define BLE_MESH_UUID_32(__u) CONTAINER_OF(__u, struct bt_mesh_uuid_32, uuid) macro
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c865 bta_uuid->uu.uuid32 = BLE_MESH_UUID_32(uuid)->val; in bta_uuid_to_bt_mesh_uuid()