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

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp1249 bt_uuid_t uuid1; local
1250 set_uuid(uuid1.uu, uuid1_msb, uuid1_lsb);
1254 params.uuid1 = &uuid1;
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java1684 void gattTestCommand(int command, UUID uuid1, String bda1, argument
1687 if (uuid1 != null)
1688 gattTestNative(command, uuid1.getLeastSignificantBits(),
1689 uuid1.getMostSignificantBits(), bda1, p1, p2, p3, p4, p5);

Completed in 46 milliseconds