HomeSort by relevance Sort by last modified time
    Searched refs:uuid16_bo (Results 1 - 2 of 2) sorted by null

  /system/bt/btif/src/
btif_util.c 106 uint16_t uuid16_bo; local
110 uuid16_bo = ntohs(uuid16);
111 memcpy(uuid128->uu + 2, &uuid16_bo, sizeof(uint16_t));
  /system/bt/stack/sdp/
sdp_utils.c 1053 UINT16 uuid16_bo; local
1057 uuid16_bo = ntohs(uuid16);
1058 memcpy(p_uuid128+ 2, &uuid16_bo, sizeof(uint16_t));

Completed in 206 milliseconds