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

  /frameworks/base/core/java/android/bluetooth/
BluetoothGatt.java 264 int descrInstId, ParcelUuid descUuid) {
265 if (DBG) Log.d(TAG, "onGetDescriptor() - Device=" + address + " UUID=" + descUuid);
279 characteristic, descUuid.getUuid(), descrInstId, 0));
    [all...]
BluetoothAdapter.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 644 UUID descUuid = new UUID(descrUuidMsb, descrUuidLsb);
648 + ", status=" + status + ", descUuid=" + descUuid);
656 descrInstId, new ParcelUuid(descUuid));
    [all...]

Completed in 43 milliseconds