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

/system/bt/bta/gatt/
H A Dbta_gatts_utils.c47 static void bta_gatt_convert_uuid16_to_uuid128(UINT8 uuid_128[LEN_UUID_128], UINT16 uuid_16) argument
53 UINT16_TO_STREAM(p, uuid_16);
H A Dbta_gattc_utils.c58 void bta_gatt_convert_uuid16_to_uuid128(UINT8 uuid_128[LEN_UUID_128], UINT16 uuid_16) argument
64 UINT16_TO_STREAM(p, uuid_16);
/system/bt/stack/gatt/
H A Dgatt_utils.c993 void gatt_convert_uuid16_to_uuid128(UINT8 uuid_128[LEN_UUID_128], UINT16 uuid_16) argument
999 UINT16_TO_STREAM(p, uuid_16);

Completed in 378 milliseconds