vicentek6
Results
1
issues of
vicentek6
In file **connectivity-samples/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/DeviceControlActivity.java** In line 129: _if ((charaProp | BluetoothGattCharacteristic.PROPERTY_READ) > 0) {_ and line 139: _if ((charaProp | BluetoothGattCharacteristic.PROPERTY_NOTIFY) > 0) {_ there must be a bitwise "and" &:...
Bluetooth
sample_BluetoothLeGatt