HomeSort by relevance Sort by last modified time
    Searched refs:uuid_lsb (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)
61 uuid[i] = (uuid_lsb >> (8 * i)) & 0xFF;
66 static uint64_t uuid_lsb(bt_uuid_t* uuid) function
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ScanManager.java     [all...]

Completed in 102 milliseconds