Searched defs:uuid_msb (Results 1 – 3 of 3) sorted by relevance
| /packages/modules/Bluetooth/system/binder/android/os/ |
| D | parcel_uuid.cc | 40 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/ |
| D | com_android_bluetooth_csip_set_coordinator.cpp | 60 static uint64_t uuid_msb(const Uuid& uuid) { in uuid_msb() function
|
| D | com_android_bluetooth_gatt.cpp | 45 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
|