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.c123 uint16_t uuid16_bo; in uuid16_to_uuid128() local
127 uuid16_bo = ntohs(uuid16); in uuid16_to_uuid128()
128 memcpy(uuid128->uu + 2, &uuid16_bo, sizeof(uint16_t)); in uuid16_to_uuid128()
/external/bluetooth/bluedroid/stack/sdp/
Dsdp_utils.c1034 UINT16 uuid16_bo; in sdpu_uuid16_to_uuid128() local
1038 uuid16_bo = ntohs(uuid16); in sdpu_uuid16_to_uuid128()
1039 memcpy(p_uuid128+ 2, &uuid16_bo, sizeof(uint16_t)); in sdpu_uuid16_to_uuid128()