Hi,
I am creating a BLE communication device (peripheral) using softdevice S132 (v7.0.1) and SDK 16.0.0 on the nRF52832 microcomputer.
I have implemented the BLE communication function, but sometimes I do not understand it. It is the file and timing to change the advertising from fast mode to idle mode.
The application uses ble_advertising_start () to start advertising and enable fast mode. After that, advertising will stop once the connection is established. However, sd_ble_gap_adv_stop is not executed on the application side. Where and who is stopping advertising (idle mode)?
I referred to the following sequence.
https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v7.0.1/group___b_l_e___g_a_p___a_d_v___m_s_c___l_e_g_a_c_y.html
thank you.
shuto

