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

  /external/bluetooth/bluez/lib/bluetooth/
sdp.h 504 uint128_t uint128; member in union:sdp_data_struct::__anon1759
  /external/bluetooth/bluez/src/
sdp-xml.c 116 appender(data, "<uint128 value=\"");
120 (unsigned char) value->val.uint128.data[i]);
768 else if (!strcmp(el, "uint128"))
  /external/bluetooth/bluez/lib/
sdp.c 431 memcpy(&d->val.uint128.data, value, sizeof(uint128_t));
869 hton128(&d->val.uint128, &u128);
1143 ntoh128((uint128_t *) p, &d->val.uint128);
    [all...]

Completed in 54 milliseconds