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

  /frameworks/base/core/java/android/bluetooth/
BluetoothUuid.java 37 * uuid * 2^96 + BASE_UUID
82 public static final ParcelUuid BASE_UUID =
261 // 128_bit_value = uuid * 2^96 + BASE_UUID
272 long msb = BASE_UUID.getUuid().getMostSignificantBits() + (shortUuid << 32);
273 long lsb = BASE_UUID.getUuid().getLeastSignificantBits();
285 if (uuid.getLeastSignificantBits() != BASE_UUID.getUuid().getLeastSignificantBits()) {
300 if (uuid.getLeastSignificantBits() != BASE_UUID.getUuid().getLeastSignificantBits()) {
  /system/bt/btif/src/
btif_gatt_util.c 47 static unsigned char BASE_UUID[16] = {
63 if (p_uuid[i] == BASE_UUID[i])
170 p_dest->uu[i] = BASE_UUID[i];

Completed in 637 milliseconds