You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @sandeepmistry ,
I found a bug in the management of the disconnection event. Basically, the prototype of the "removeConnection" API has bad parameters that do not match the type of the relative variables. In particular, with the current code, the handle is truncated from uint16_t to uint8_t and it causes bad handle values, so I'm not able to get the disconnection notifications on my side.
You can find the fix for this issue in the STM32duinoBLE fork:
Hi @sandeepmistry ,
I found a bug in the management of the disconnection event. Basically, the prototype of the "removeConnection" API has bad parameters that do not match the type of the relative variables. In particular, with the current code, the handle is truncated from uint16_t to uint8_t and it causes bad handle values, so I'm not able to get the disconnection notifications on my side.
You can find the fix for this issue in the STM32duinoBLE fork:
stm32duino#4
Best Regards,
Carlo
The text was updated successfully, but these errors were encountered: