2021-07-13 11:56 PM
Hi, I'm Kevin.
I come from a packet length problem when using the sample code with BlueNRG-2. I'm using the "BLE_RemoteControl" project, and I try to change the maximum length of the packet in characteristic. After I tried, I can only transmit 1byte or 2bytes at once, But I think maybe it can be 20bytes?
In "BLE_SensorDemo" project, it can transmit 6 bytes of data. The difference of these two project is the fourth parameter in "aci_gatt_add_char", so I'm really confuse because I actually changed this parameter in "BLE_RemoteControl" project.
Thank you!