Searched defs:uuid128 (Results 1 - 3 of 3) sorted by relevance

/system/bt/btif/src/
H A Dbtif_util.c105 void uuid16_to_uuid128(uint16_t uuid16, bt_uuid_t* uuid128) argument
108 memset(uuid128, 0, sizeof(bt_uuid_t));
110 memcpy(uuid128->uu, sdp_base_uuid, MAX_UUID_SIZE);
112 memcpy(uuid128->uu + 2, &uuid16_bo, sizeof(uint16_t));
/system/bt/stack/include/
H A Dbt_types.h424 UINT8 uuid128[MAX_UUID_SIZE]; member in union:__anon1013::__anon1014
H A Dbtm_ble_api.h418 UINT8 uuid128[MAX_UUID_SIZE]; member in struct:__anon1093

Completed in 97 milliseconds