07.MTU 申请
android
client 来操作
- BluetoothGatt : requestMtu(int mtu)
Request an MTU size used for a given connection.
- CallBack(BluetoothGattCallback) : onMtuChanged(BluetoothGatt gatt, int mtu, int status)
Callback indicating the MTU for a given device connection has changed.