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 107 uint16_t uuid16_bo; local
111 uuid16_bo = ntohs(uuid16);
112 memcpy(uuid128->uu + 2, &uuid16_bo, sizeof(uint16_t));
  /system/bt/stack/sdp/
sdp_utils.c 1037 UINT16 uuid16_bo; local
1041 uuid16_bo = ntohs(uuid16);
1042 memcpy(p_uuid128+ 2, &uuid16_bo, sizeof(uint16_t));

Completed in 1063 milliseconds