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

  /external/bluetooth/bluez/lib/bluetooth/
sdp.h 422 } uint128_t; typedef in typeref:struct:__anon1751
429 uint128_t uuid128;
499 uint128_t int128;
504 uint128_t uint128;
  /external/bluetooth/bluez/lib/
sdp.c 65 static inline void ntoh128(uint128_t *src, uint128_t *dst)
80 static inline void ntoh128(uint128_t *src, uint128_t *dst)
93 static uint128_t bluetooth_base_uuid = {
370 SDPDBG(" uint128_t : 0x%.8x-", ntohl(data0));
431 memcpy(&d->val.uint128.data, value, sizeof(uint128_t));
432 d->unitSize += sizeof(uint128_t);
435 memcpy(&d->val.int128.data, value, sizeof(uint128_t));
436 d->unitSize += sizeof(uint128_t);
    [all...]
  /external/bluetooth/bluez/src/
sdp-xml.c 420 uint128_t val;
606 uint128_t val;

Completed in 1794 milliseconds