HomeSort by relevance Sort by last modified time
    Searched refs:uuid_msb (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp 45 uuid_lsb(uuid_ptr), uuid_msb(uuid_ptr)
57 static void set_uuid(uint8_t* uuid, jlong uuid_msb, jlong uuid_lsb)
62 uuid[i + 8] = (uuid_msb >> (8 * i)) & 0xFF;
80 static uint64_t uuid_msb(bt_uuid_t* uuid) function
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ScanManager.java     [all...]

Completed in 57 milliseconds