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

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

Completed in 80 milliseconds