Hello,
Conf: custom board, custom firmware, SDK16, SD 7.0.1, NRF 52832
When I configure connectivity advertisement with ble_adv_fast_timeout set to <= 180s the advertisement start without issues.
But when I configure ble_adv_fast_timeout to >180s the advertisement don't start and ble_advertising_init(&mm_advertising, &init) return SUCCESS and ble_advertising_start(&mm_advertising, BLE_ADV_MODE_FAST) return also SUCCESS
there is no indication of error and the advertisement is not started when ble_adv_fast_timeout to is greater than 180s.
Can you please explain this limitation?
Thanks