Home
last modified time | relevance | path

Searched refs:uuid16_bo (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
Dbtif_util.c127 uint16_t uuid16_bo; in uuid16_to_uuid128() local
131 uuid16_bo = ntohs(uuid16); in uuid16_to_uuid128()
132 memcpy(uuid128->uu + 2, &uuid16_bo, sizeof(uint16_t)); in uuid16_to_uuid128()
/external/bluetooth/bluedroid/stack/sdp/
Dsdp_utils.c1042 UINT16 uuid16_bo; in sdpu_uuid16_to_uuid128() local
1046 uuid16_bo = ntohs(uuid16); in sdpu_uuid16_to_uuid128()
1047 memcpy(p_uuid128+ 2, &uuid16_bo, sizeof(uint16_t)); in sdpu_uuid16_to_uuid128()