Searched defs:uuid_msb (Results 1 - 1 of 1) sorted by relevance
/packages/apps/Bluetooth/jni/ |
H A D | com_android_bluetooth_gatt.cpp | 44 #define UUID_PARAMS(uuid) uuid_lsb(uuid), uuid_msb(uuid) 46 static Uuid from_java_uuid(jlong uuid_msb, jlong uuid_lsb) { argument 49 uu[7 - i] = (uuid_msb >> (8 * i)) & 0xFF; 67 static uint64_t uuid_msb(const Uuid& uuid) { function 471 uuid_msb(curr.uuid), uuid_lsb(curr.uuid))); 1075 JNIEnv* env, jobject object, jint conn_id, jlong uuid_lsb, jlong uuid_msb, 1079 Uuid uuid = from_java_uuid(uuid_msb, uuid_lsb); 1318 jlong uuid_msb = env->CallLongMethod(uuid.get(), uuidGetMsb); local 1320 curr.uuid = from_java_uuid(uuid_msb, uuid_lsb); 1326 jlong uuid_msb local 1074 gattClientReadUsingCharacteristicUuidNative( JNIEnv* env, jobject object, jint conn_id, jlong uuid_lsb, jlong uuid_msb, jint s_handle, jint e_handle, jint authReq) argument 1561 jlong uuid_msb = env->CallLongMethod(uuid.get(), uuidGetMsb); local [all...] |
Completed in 17 milliseconds