Searched refs:uuid_16 (Results 1 - 4 of 4) 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.c959 void gatt_convert_uuid16_to_uuid128(UINT8 uuid_128[LEN_UUID_128], UINT16 uuid_16) argument
965 UINT16_TO_STREAM(p, uuid_16);
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_dm.c160 extern void bta_gatt_convert_uuid16_to_uuid128(UINT8 uuid_128[LEN_UUID_128], UINT16 uuid_16);

Completed in 209 milliseconds