Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7e3f9933 authored by Rahul Arya's avatar Rahul Arya Committed by David Duarte
Browse files

[Pandora] Add long characteristic in default DB

Bug: 265819081
Test: pts-bot (aosp + git_master)
Change-Id: I331212688283f5f0142daeb9605fb5c4122897b3
parent 9ba12891
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ class GattServerManager(
            ByteArray(negociatedMtu)
          )
        } else {
          server.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS, offset, ByteArray(0))
          server.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS, offset, ByteArray(512 - offset))
        }
      }