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

  /external/bluetooth/bluez/include/bluetooth/
sdp.h 491 uint128_t uint128; member in union:sdp_data_struct::__anon1107
  /external/bluetooth/bluez/common/
sdp-xml.c 117 appender(data, "<uint128 value=\"");
121 (unsigned char) value->val.uint128.data[i]);
777 else if (!strcmp(el, "uint128"))
  /external/bluetooth/bluez/lib/
sdp.c 432 memcpy(&d->val.uint128.data, value, sizeof(uint128_t));
870 hton128(&d->val.uint128, &u128);
1142 ntoh128((uint128_t *) p, &d->val.uint128);
    [all...]

Completed in 41 milliseconds