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

  /external/bluetooth/bluedroid/btif/src/
btif_util.c 123 uint16_t uuid16_bo; local
127 uuid16_bo = ntohs(uuid16);
128 memcpy(uuid128->uu + 2, &uuid16_bo, sizeof(uint16_t));
  /external/bluetooth/bluedroid/stack/sdp/
sdp_utils.c 1034 UINT16 uuid16_bo; local
1038 uuid16_bo = ntohs(uuid16);
1039 memcpy(p_uuid128+ 2, &uuid16_bo, sizeof(uint16_t));

Completed in 55 milliseconds