What does it mean if I set my advertising timeout with this macro (which is equal to zero)? I would expect that it would advertise forever but instead sd_ble_gap_adv_start returns an invalid parameter error code.
What does it mean if I set my advertising timeout with this macro (which is equal to zero)? I would expect that it would advertise forever but instead sd_ble_gap_adv_start returns an invalid parameter error code.
That worked! The problem was BLE_GAP_ADV_FLAGS_LE_ONLY_LIMITED_DISC_MODE.
That worked! The problem was BLE_GAP_ADV_FLAGS_LE_ONLY_LIMITED_DISC_MODE.
Great! Glad you got it working. Please check the answer to help others find an answer to similar issues.