Home | History | Annotate | Download | only in test

Lines Matching full:uuid

221     UUID uuid = UUID::GetRandom();
222 auto api_callback = [&](BLEStatus status, const UUID& in_uuid,
224 CHECK(in_uuid == uuid);
236 ble_factory_->RegisterInstance(uuid, api_callback);
238 bt_uuid_t hal_uuid = uuid.GetBlueDroid();
304 UUID cb_uuid;
308 auto callback = [&](BLEStatus in_status, const UUID& uuid,
311 cb_uuid = uuid;
317 UUID uuid0 = UUID::GetRandom();
327 // Calling twice with the same UUID should fail with no additional call into
333 // Call with a different UUID while one is pending.
334 UUID uuid1 = UUID::GetRandom();
340 // Trigger callback with an unknown UUID. This should get ignored.
341 UUID uuid2 = UUID::GetRandom();
778 // Multiple UUID test, should fail due to only one UUID allowed
796 // 16bit uuid test, should succeed with correctly parsed uuid in little-endian
807 // 32bit uuid test, should succeed with correctly parsed uuid
817 // 128bit uuid test, should succeed with correctly parsed uuid
829 // Service data with 16bit uuid included, should succeed with
830 // uuid and service data parsed out
837 // Service data with 32bit uuid included, should succeed with
838 // uuid and service data parsed out
845 // Service data with 128bit uuid included, should succeed with
846 // uuid and service data parsed out
853 // Service data and UUID where the UUID for both match, should succeed.
860 // Service data and UUID where the UUID for dont match, should fail