My question: I want Ant+ to run stably with BLE peripheral and BLE Central;
The nordic BLE stack I use: ANT_S332_NRF52_7.0.1;
The chip I use: nordic Semi nRF52832_xxAA;
Problems I encounter: If I use API sd_ant_channel_open(ucChannel), ble peripheral responds to the mobile App times out, and finally the mobile APP and ble peripheral are disconnected.
Solution: Keep the scanning of API sd_ant_channel_open(ucChannel), keep the smooth interaction between ble peripheral and the mobile APP, or ble peripheral does not respond to the mobile App timeout disconnection;