Home
last modified time | relevance | path

Searched refs:uuid1 (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java3243 void gattTestCommand(int command, UUID uuid1, String bda1, int p1, int p2, int p3, int p4, in gattTestCommand() argument
3248 if (uuid1 != null) { in gattTestCommand()
3249 gattTestNative(command, uuid1.getLeastSignificantBits(), uuid1.getMostSignificantBits(), in gattTestCommand()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp2049 Uuid uuid1 = from_java_uuid(uuid1_msb, uuid1_lsb); in gattTestNative() local
2053 params.uuid1 = &uuid1; in gattTestNative()