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

/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gatts_utils.c48 static void bta_gatt_convert_uuid16_to_uuid128(UINT8 uuid_128[LEN_UUID_128], UINT16 uuid_16) argument
54 UINT16_TO_STREAM(p, uuid_16);
H A Dbta_gattc_utils.c56 void bta_gatt_convert_uuid16_to_uuid128(UINT8 uuid_128[LEN_UUID_128], UINT16 uuid_16) argument
62 UINT16_TO_STREAM(p, uuid_16);
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_utils.c965 void gatt_convert_uuid16_to_uuid128(UINT8 uuid_128[LEN_UUID_128], UINT16 uuid_16) argument
971 UINT16_TO_STREAM(p, uuid_16);

Completed in 117 milliseconds