Home
last modified time | relevance | path

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

/aosp12/system/bt/bta/test/
H A Dbta_dm_cust_uuid_test.cc47 static const Uuid uuid1 = Uuid::From128BitBE( variable
/aosp12/system/bt/service/test/
H A Dgatt_client_unittest.cc119 Uuid uuid1 = Uuid::GetRandom(); in TEST_F() local
H A Dgatt_server_unittest.cc251 Uuid uuid1 = Uuid::GetRandom(); in SetUpTestService() local
340 Uuid uuid1 = Uuid::GetRandom(); in TEST_F() local
H A Dlow_energy_client_unittest.cc209 Uuid uuid1 = Uuid::GetRandom(); in TEST_F() local
H A Dlow_energy_scanner_unittest.cc233 Uuid uuid1 = Uuid::GetRandom(); in TEST_F() local
H A Dlow_energy_advertiser_unittest.cc243 Uuid uuid1 = Uuid::GetRandom(); in TEST_F() local
/aosp12/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/le/
H A DScanRecordTest.java113 ParcelUuid uuid1 = ParcelUuid.fromString("0000110A-0000-1000-8000-00805F9B34FB"); in testParser() local
/aosp12/system/bt/btcore/test/
H A Dproperty_test.cc147 const Uuid* uuid1 = property_as_uuids(property, &uuid_cnt1); in TEST_F() local
/aosp12/system/bt/include/hardware/
H A Dbt_gatt_client.h68 bluetooth::Uuid* uuid1; member
/aosp12/hardware/libhardware/modules/soundtrigger/
H A Dsound_trigger_hw.c124 static bool check_uuid_equality(sound_trigger_uuid_t uuid1, sound_trigger_uuid_t uuid2) { in check_uuid_equality()
/aosp12/hardware/knowles/athletico/sound_trigger_hal/
H A Dsound_trigger_hw_iaxxx.c300 static bool check_uuid_equality(sound_trigger_uuid_t uuid1, in check_uuid_equality()
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp2275 Uuid uuid1 = from_java_uuid(uuid1_msb, uuid1_lsb); in gattTestNative() local
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java3943 void gattTestCommand(int command, UUID uuid1, String bda1, int p1, int p2, int p3, int p4, in gattTestCommand()