Home
last modified time | relevance | path

Searched defs:uuid1 (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Uwb/service/tests/src/com/android/server/uwb/profile/
DProfileManagerTest.java81 Optional<UUID> uuid1 = mProfileManager.addServiceProfile(1); in testAddServiceProfile() local
124 Optional<UUID> uuid1 = mProfileManager.addServiceProfile(1); in testActivateProfile() local
137 Optional<UUID> uuid1 = mProfileManager.addServiceProfile(1); in testStartRanging() local
154 Optional<UUID> uuid1 = mProfileManager.addServiceProfile(1); in testStopRanging() local
174 Optional<UUID> uuid1 = mProfileManager.addServiceProfile(1); in testCloseRanging() local
/packages/modules/Bluetooth/system/bta/groups/
Dgroups_test.cc173 Uuid uuid1 = Uuid::GetRandom(); in TEST_F() local
193 Uuid uuid1 = Uuid::GetRandom(); in TEST_F() local
274 Uuid uuid1 = Uuid::GetRandom(); in TEST_F() local
/packages/modules/Bluetooth/system/bta/test/
Dbta_dm_cust_uuid_test.cc35 static const Uuid uuid1 = Uuid::From128BitBE( variable
/packages/modules/Bluetooth/framework/tests/unit/src/android/bluetooth/le/
DScanRecordTest.java140 ParcelUuid uuid1 = ParcelUuid.fromString("0000110A-0000-1000-8000-00805F9B34FB"); in testParser() local
/packages/modules/Bluetooth/system/btcore/test/
Dproperty_test.cc150 const Uuid* uuid1 = property_as_uuids(property, &uuid_cnt1); in TEST_F() local
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/ble/
DBleFilter.java310 private static boolean serviceUuidIsSuperset( in serviceUuidIsSuperset()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_admin.rs296 let uuid1: Uuid128Bit = [1; 16]; in test_set_service_allowed() localVariable
Dbluetooth_gatt.rs4516 let uuid1 = UuidHelper::parse_string("00000000000000000000000000000001").unwrap().uu; in test_context_map_clients() localVariable
/packages/modules/Bluetooth/system/include/hardware/
Dbt_gatt_client.h68 bluetooth::Uuid* uuid1; member
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp2622 Uuid uuid1 = from_java_uuid(uuid1_msb, uuid1_lsb); in gattTestNative() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java5031 void gattTestCommand(int command, UUID uuid1, String bda1, int p1, int p2, int p3, int p4, in gattTestCommand()