Home
last modified time | relevance | path

Searched refs:uuid128 (Results 1 – 5 of 5) sorted by relevance

/external/autotest/client/common_lib/cros/bluetooth/
Dbluetooth_sdp_socket.py241 uuid128 = uuid
243 uuid128 = (uuid128 << 96) + BLUETOOTH_BASE_UUID
244 packed_uuid = struct.pack('>BQQ', SDP_UUID128, uuid128 >> 64,
245 uuid128 & ((1 << 64) - 1))
/external/autotest/server/site_tests/bluetooth_SDP_ServiceSearchRequestBasic/
Dbluetooth_SDP_ServiceSearchRequestBasic.py90 uuid128 = ((self.FAKE_SERVICES_CLASS_ID << 96) +
92 uuid_str = str(uuid.UUID(int=uuid128))
/external/autotest/server/site_tests/bluetooth_SDP_ServiceAttributeRequest/
Dbluetooth_SDP_ServiceAttributeRequest.py429 uuid128 = ((self.FAKE_SERVICE_CLASS_ID << 96) +
431 uuid_str = str(uuid.UUID(int=uuid128))
/external/autotest/server/site_tests/bluetooth_SDP_ServiceSearchAttributeRequest/
Dbluetooth_SDP_ServiceSearchAttributeRequest.py456 uuid128 = ((self.FAKE_SERVICE_CLASS_ID << 96) +
458 uuid_str = str(uuid.UUID(int=uuid128))
/external/libnfc-nci/src/include/
Dbt_types.h410 UINT8 uuid128[MAX_UUID_SIZE]; member