Home
last modified time | relevance | path

Searched defs:uuid_lsb (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/bt/binder/android/os/
H A Dparcel_uuid.cc28 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 Dcom_android_bluetooth_gatt.cpp46 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