Searched refs:uint128 (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/bluez/plugins/
H A Dmgmtops.c683 uint128_t uint128; local
694 ntoh128((uint128_t *) uuid128.value.uuid128.data, &uint128);
695 htob128(&uint128, (uint128_t *) cp->uuid);
711 uint128_t uint128; local
722 ntoh128((uint128_t *) uuid128.value.uuid128.data, &uint128);
723 htob128(&uint128, (uint128_t *) cp->uuid);
/external/bluetooth/bluez/lib/bluetooth/
H A Dsdp.h506 uint128_t uint128; member in union:sdp_data_struct::__anon379
/external/bluetooth/bluez/src/
H A Dsdp-xml.c110 appender(data, "<uint128 value=\"");
114 (unsigned char) value->val.uint128.data[i]);
761 else if (!strcmp(el, "uint128"))
/external/bluetooth/bluez/lib/
H A Dsdp.c405 memcpy(&d->val.uint128.data, value, sizeof(uint128_t));
842 hton128(&d->val.uint128, &u128);
1113 ntoh128((uint128_t *) p, &d->val.uint128);
1510 val = &data->val.uint128;

Completed in 40 milliseconds