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

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp1793 bt_uuid_t uuid1; local
1794 set_uuid(uuid1.uu, uuid1_msb, uuid1_lsb);
1798 params.uuid1 = &uuid1;
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java2336 void gattTestCommand(int command, UUID uuid1, String bda1, argument
2339 if (uuid1 != null)
2340 gattTestNative(command, uuid1.getLeastSignificantBits(),
2341 uuid1.getMostSignificantBits(), bda1, p1, p2, p3, p4, p5);

Completed in 43 milliseconds