Searched defs:uuid_lsb (Results 1 – 2 of 2) sorted by relevance
/aosp12/system/bt/binder/android/os/ |
H A D | parcel_uuid.cc | 28 static uint64_t uuid_lsb(const Uuid& uuid) { in uuid_lsb() function 62 int64_t uuid_msb, uuid_lsb; in readFromParcel() local
|
/aosp12/packages/apps/Bluetooth/jni/ |
H A D | com_android_bluetooth_gatt.cpp | 46 static Uuid from_java_uuid(jlong uuid_msb, jlong uuid_lsb) { in from_java_uuid() 55 static uint64_t uuid_lsb(const Uuid& uuid) { in uuid_lsb() function 1281 JNIEnv* env, jobject object, jint conn_id, jlong uuid_lsb, jlong uuid_msb, in gattClientReadUsingCharacteristicUuidNative() 1545 jlong uuid_lsb = env->CallLongMethod(uuid.get(), uuidGetLsb); in gattClientScanFilterAddNative() local 1553 jlong uuid_lsb = env->CallLongMethod(uuid_mask.get(), uuidGetLsb); in gattClientScanFilterAddNative() local 1788 jlong uuid_lsb = env->CallLongMethod(uuid.get(), uuidGetLsb); in gattServerAddServiceNative() local
|