Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Tx characteristic notification does not work on connect, after toggling the notification on NRF Connect, it works

Hi,

While customising code for my application, I noticed that in on_connect method of ble_nus.c, in the p_client we set is_notification_enabled = true after checking ble_srv_is_notification_enabled

on gatts from rx handle, but instead it should be the tx handle.

the sdk version in 15.0

Thanks,

S.Ramamurti

Related