BLE CONNECTION

I connected to the device with BLE, conn handler is 0 and it is sending data. I disconnected, I reconnected, conn handler is 1, it cannot send data. I disconnected again, I reconnected, conn handle is 0, it is still sending data. So when the conn handler is 1 it cannot send data, but when it is 0 it can send data. How can I solve the problem?

Parents
  • The connection handler most likely wont change if you have a single connection. What is happening between first disconnect and connect? Are you doing any other BLE activity in another connection?

    What is your main application use case? How many connections can it handle? What do you mean by you are not able to send data when conn handle is 1? Do you get some errors and logs and error numbers? If yes, which API were you using?

Reply
  • The connection handler most likely wont change if you have a single connection. What is happening between first disconnect and connect? Are you doing any other BLE activity in another connection?

    What is your main application use case? How many connections can it handle? What do you mean by you are not able to send data when conn handle is 1? Do you get some errors and logs and error numbers? If yes, which API were you using?

Children
No Data
Related