Hi
My purpose:
Send 180 Bytes per 10 millisecond
I got a problem:
I use NUS project in NCS SDK15.0,when I send data per 10 ms,It return"Failed to send data over BLE connection(err -120)", and I find that the data send success per 20ms(instead of 10ms) when I use a Sniffer
My try:
When I use throughput project ,It's OK,that one of all diffrence is throughput use bt_gatt_write_without_response while NUS use notify
My question
1.Could you please tell me what the "-120"mean? I have not find the -120 define in error.h
2.whether send with Respose or not is the reason send fail?
Best regards
Victor