I am currently developing a central device based on the NRF52832. I am able to discover and get handles to all the services and characteristics of interest on the peripheral.
However, I do not receive notifications from all characteristics of interest (some work). I am also unable to successfully any write characteristics despite getting BLE_GATTC_EVT_WRITE_CMD_TX_COMPLETE.
Do I need to get handles to characteristics on the project? Any suggestions?
(BTW everything works fine on nRF Connect)