Home
last modified time | relevance | path

Searched refs:bt_mesh_uuid (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_uuid.h34 struct bt_mesh_uuid { struct
39 struct bt_mesh_uuid uuid; argument
44 struct bt_mesh_uuid uuid;
49 struct bt_mesh_uuid uuid;
72 ((struct bt_mesh_uuid *) (&(struct bt_mesh_uuid_16) BLE_MESH_UUID_INIT_16(value)))
75 ((struct bt_mesh_uuid *) (&(struct bt_mesh_uuid_32) BLE_MESH_UUID_INIT_32(value)))
78 ((struct bt_mesh_uuid *) (&(struct bt_mesh_uuid_128) BLE_MESH_UUID_INIT_128(value)))
Dmesh_bearer_adapt.h314 const struct bt_mesh_uuid *uuid;
523 const struct bt_mesh_uuid *uuid;
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c774 struct bt_mesh_uuid *uuid = incl->user_data; in bt_mesh_gatts_attr_read_included()
798 struct bt_mesh_uuid *uuid = attr->user_data; in bt_mesh_gatts_attr_read_service()
856 static void bta_uuid_to_bt_mesh_uuid(tBT_UUID *bta_uuid, const struct bt_mesh_uuid *uuid) in bta_uuid_to_bt_mesh_uuid()
949 bta_uuid_to_bt_mesh_uuid(&bta_uuid, (struct bt_mesh_uuid *)svc->attrs[i].user_data); in bt_mesh_gatts_service_register()
963 bta_uuid_to_bt_mesh_uuid(&bta_uuid, (struct bt_mesh_uuid *)svc->attrs[i].user_data); in bt_mesh_gatts_service_register()
1089 struct bt_mesh_uuid *uuid = NULL; in bt_mesh_gatts_service_start()
1104 uuid = (struct bt_mesh_uuid *)svc->attrs[0].user_data; in bt_mesh_gatts_service_start()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/nimble_host/
Dmesh_bearer_adapt.c1138 struct bt_mesh_uuid *uuid = incl->user_data; in bt_mesh_gatts_attr_read_included()
1162 struct bt_mesh_uuid *uuid = attr->user_data; in bt_mesh_gatts_attr_read_service()