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

  /external/bluetooth/bluez/lib/bluetooth/
bluetooth.h 175 static inline void ntoh128(const uint128_t *src, uint128_t *dst) function
201 static inline void ntoh128(const uint128_t *src, uint128_t *dst) function
217 #define hton128(x, y) ntoh128(x, y)
  /external/bluetooth/bluez/test/
uuidtest.c 52 ntoh128(&n, &i);
103 ntoh128(&n, &i);
211 ntoh128(&n, &i);
  /external/bluetooth/bluez/lib/
uuid.c 256 ntoh128(&n128, &u128);
sdp.c 1113 ntoh128((uint128_t *) p, &d->val.uint128);
    [all...]
  /external/bluetooth/bluez/plugins/
mgmtops.c 694 ntoh128((uint128_t *) uuid128.value.uuid128.data, &uint128);
722 ntoh128((uint128_t *) uuid128.value.uuid128.data, &uint128);
    [all...]

Completed in 136 milliseconds