Loading android/app/src/com/android/bluetooth/gatt/GattService.java +1 −0 Original line number Diff line number Diff line Loading @@ -183,6 +183,7 @@ public class GattService extends ProfileService { boolean permissionCheck(int connId, int handle) { List<BluetoothGattService> db = gattClientDatabases.get(connId); if (db == null) return true; for (BluetoothGattService service : db) { for (BluetoothGattCharacteristic characteristic: service.getCharacteristics()) { Loading Loading
android/app/src/com/android/bluetooth/gatt/GattService.java +1 −0 Original line number Diff line number Diff line Loading @@ -183,6 +183,7 @@ public class GattService extends ProfileService { boolean permissionCheck(int connId, int handle) { List<BluetoothGattService> db = gattClientDatabases.get(connId); if (db == null) return true; for (BluetoothGattService service : db) { for (BluetoothGattCharacteristic characteristic: service.getCharacteristics()) { Loading