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

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp45 uuid_lsb(uuid_ptr), uuid_msb(uuid_ptr)
57 static void set_uuid(uint8_t* uuid, jlong uuid_msb, jlong uuid_lsb) argument
62 uuid[i + 8] = (uuid_msb >> (8 * i)) & 0xFF;
80 static uint64_t uuid_msb(bt_uuid_t* uuid) function

Completed in 12 milliseconds