Request MTU is not working in Nougat
问题 I am working on App which is communicate with BLE device.I can write 20 bytes easily on characteristics but when it is more than 20 bytes it's create problem.I am using mBluetoothGatt.requestMtu(512); write charateristics after getting success. @Override public void onMtuChanged(BluetoothGatt gatt, int mtu, int status) { super.onMtuChanged(gatt, mtu, status); if (status == BluetoothGatt.GATT_SUCCESS) { System.out.print("Mtu Granted"); // this.supportedMTU = mtu; } } which is working fine in