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

/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_utils.c1035 ** p_uuid128: Expanded 128-bit UUID
1040 void sdpu_uuid16_to_uuid128(UINT16 uuid16, UINT8* p_uuid128) argument
1043 memset(p_uuid128, 0, 16);
1045 memcpy(p_uuid128, sdp_base_uuid, MAX_UUID_SIZE);
1047 memcpy(p_uuid128+ 2, &uuid16_bo, sizeof(uint16_t));
H A Dsdpint.h299 extern void sdpu_uuid16_to_uuid128(UINT16 uuid16, UINT8* p_uuid128);
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_db.c40 static void *allocate_attr_in_db(tGATT_SVC_DB *p_db, UINT16 uuid16, UINT8 *p_uuid128, tGATT_PERM perm);
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_act.c116 extern void sdpu_uuid16_to_uuid128(UINT16 uuid16, UINT8* p_uuid128);

Completed in 314 milliseconds