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