Searched refs:uuid_16 (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gatts_utils.c | 47 static void bta_gatt_convert_uuid16_to_uuid128(UINT8 uuid_128[LEN_UUID_128], UINT16 uuid_16) in bta_gatt_convert_uuid16_to_uuid128() argument 53 UINT16_TO_STREAM(p, uuid_16); in bta_gatt_convert_uuid16_to_uuid128()
|
D | bta_gattc_utils.c | 61 void bta_gatt_convert_uuid16_to_uuid128(UINT8 uuid_128[LEN_UUID_128], UINT16 uuid_16) in bta_gatt_convert_uuid16_to_uuid128() argument 67 UINT16_TO_STREAM(p, uuid_16); in bta_gatt_convert_uuid16_to_uuid128()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/ |
D | mesh_bearer_adapt.c | 1088 struct bt_mesh_uuid_16 *uuid_16 = NULL; in bt_mesh_gatts_service_start() local 1106 uuid_16 = (struct bt_mesh_uuid_16 *)uuid; in bt_mesh_gatts_service_start() 1107 BT_DBG("service start, type 0x%02x, val 0x%04x", uuid_16->uuid.type, uuid_16->val); in bt_mesh_gatts_service_start() 1108 if (uuid_16->val == BLE_MESH_UUID_MESH_PROXY_VAL) { in bt_mesh_gatts_service_start()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_utils.c | 1109 void gatt_convert_uuid16_to_uuid128(UINT8 uuid_128[LEN_UUID_128], UINT16 uuid_16) in gatt_convert_uuid16_to_uuid128() argument 1115 UINT16_TO_STREAM(p, uuid_16); in gatt_convert_uuid16_to_uuid128()
|