Home
last modified time | relevance | path

Searched defs:uuid_msb (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/binder/android/os/
Dparcel_uuid.cc40 static uint64_t uuid_msb(const Uuid& uuid) { in uuid_msb() function
62 int64_t uuid_msb, uuid_lsb; in readFromParcel() local
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_csip_set_coordinator.cpp60 static uint64_t uuid_msb(const Uuid& uuid) { in uuid_msb() function
Dcom_android_bluetooth_gatt.cpp45 static Uuid from_java_uuid(jlong uuid_msb, jlong uuid_lsb) { in from_java_uuid()
66 static uint64_t uuid_msb(const Uuid& uuid) { in uuid_msb() function
1422 JNIEnv* env, jobject object, jint conn_id, jlong uuid_lsb, jlong uuid_msb, in gattClientReadUsingCharacteristicUuidNative()
1690 jlong uuid_msb = env->CallLongMethod(uuid.get(), uuidGetMsb); in gattClientScanFilterAddNative() local
1698 jlong uuid_msb = env->CallLongMethod(uuid_mask.get(), uuidGetMsb); in gattClientScanFilterAddNative() local
1939 jlong uuid_msb = env->CallLongMethod(uuid.get(), uuidGetMsb); in gattServerAddServiceNative() local