Searched refs:p_uuid128 (Results 1 - 2 of 2) sorted by relevance

/system/bt/stack/sdp/
H A Dsdp_utils.cc939 * p_uuid128: Expanded 128-bit UUID
944 void sdpu_uuid16_to_uuid128(uint16_t uuid16, uint8_t* p_uuid128) { argument
946 memset(p_uuid128, 0, 16);
948 memcpy(p_uuid128, sdp_base_uuid, MAX_UUID_SIZE);
950 memcpy(p_uuid128 + 2, &uuid16_bo, sizeof(uint16_t));
/system/bt/stack/include/
H A Dsdp_api.h643 // The result with the expanded 128-bit UUID is stored in |p_uuid128|.
644 void sdpu_uuid16_to_uuid128(uint16_t uuid16, uint8_t* p_uuid128);

Completed in 265 milliseconds