mongoose-os-libs/bt-common

CCC says "indicate" even if notifications are requested

Closed this issue · 1 comments

zdila commented

I am using nRF Connect application on Android phone.

If I subscribe to characteristic notifications (using icon in the app with 3 arrows down) then reading CCC says that I am subscribed to indications (Indications enabled) and it also states with crossing icon with up/down arrow in the app.

mode in MGOS_BT_GATTS_EV_NOTIFY_MODE event handler is correctly set to 1.

The same problem appears when I use https://github.com/mongoose-os-libs/bt-service-debug.

zdila commented

It actually seems to be issue of nRF Connect.