2021-04-22 06:26 AM
hi all
i am using blenrg2 m2sp chip as network mode. its operating as peripheral device and communicating with host controller through UART with 115200 baud rate .
I received BLE read characteristic request , i did not response till 1 second after that i getting some junk data , after that ble got disconnected . may know the reason . here attached logic analyzer images
2021-04-27 12:28 AM
What would be the slave latency?
In case that the latency is OFF, the slave (BlueNRG-2) needs to respond within the connection event interval.
What would be the supervision timeout?
The link may be disconnected due to not receiving anything in supervision timeout period.
2021-05-26 08:50 PM
hi Winfred , sorry for delay replay , i am not fell well , during this time , i will check this and i will update on this , i need your support on this
2021-05-27 01:41 AM
hi winfred
slave latency =0
Conn_Interval=9216
Supervision_Timeout=-3071
but Supervision_Timeout showing negative value , in order to come aviod this i used below api
aci_l2cap_connection_parameter_update_req();
but still showing same response , can you suggest any other options for this .