Loading core/java/android/bluetooth/BluetoothGattServer.java +4 −0 Original line number Diff line number Diff line Loading @@ -499,6 +499,10 @@ public final class BluetoothGattServer implements BluetoothProfile { BluetoothGattService service = characteristic.getService(); if (service == null) return false; if (characteristic == null || characteristic.getValue() == null) { return false; } try { mService.sendNotification(mServerIf, device.getAddress(), service.getType(), service.getInstanceId(), Loading Loading
core/java/android/bluetooth/BluetoothGattServer.java +4 −0 Original line number Diff line number Diff line Loading @@ -499,6 +499,10 @@ public final class BluetoothGattServer implements BluetoothProfile { BluetoothGattService service = characteristic.getService(); if (service == null) return false; if (characteristic == null || characteristic.getValue() == null) { return false; } try { mService.sendNotification(mServerIf, device.getAddress(), service.getType(), service.getInstanceId(), Loading