HomeSort by relevance Sort by last modified time
    Searched full:base_uuid (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/android/bluetooth/
BluetoothUuid.java 38 * uuid * 2^96 + BASE_UUID
85 public static final ParcelUuid BASE_UUID =
269 // 128_bit_value = uuid * 2^96 + BASE_UUID
280 long msb = BASE_UUID.getUuid().getMostSignificantBits() + (shortUuid << 32);
281 long lsb = BASE_UUID.getUuid().getLeastSignificantBits();
335 if (uuid.getLeastSignificantBits() != BASE_UUID.getUuid().getLeastSignificantBits()) {
350 if (uuid.getLeastSignificantBits() != BASE_UUID.getUuid().getLeastSignificantBits()) {
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
rfcomm_lib.py 77 bt_rfcomm_uuids['base_uuid'])
BtEnum.py 59 BASE_UUID = "00000000-0000-1000-8000-00805F9B34FB"
bt_constants.py 139 "base_uuid": "00000000-0000-1000-8000-00805F9B34FB",
  /tools/test/connectivity/acts/tests/google/bt/
RfcommTest.py 255 bt_rfcomm_uuids['base_uuid'])
  /system/bt/stack/btm/
btm_inq.cc 2469 static const uint8_t base_uuid[Uuid::kNumBytes128] = { local
    [all...]
  /art/tools/ahat/etc/
L.hprof     [all...]

Completed in 1419 milliseconds