Searched refs:uuid1 (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_gatt.cpp | 1645 bt_uuid_t uuid1; in gattTestNative() local 1646 set_uuid(uuid1.uu, uuid1_msb, uuid1_lsb); in gattTestNative() 1650 params.uuid1 = &uuid1; in gattTestNative()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattService.java | 2296 void gattTestCommand(int command, UUID uuid1, String bda1, in gattTestCommand() argument 2299 if (uuid1 != null) in gattTestCommand() 2300 gattTestNative(command, uuid1.getLeastSignificantBits(), in gattTestCommand() 2301 uuid1.getMostSignificantBits(), bda1, p1, p2, p3, p4, p5); in gattTestCommand()
|