hi all!
if I restarting advertising with BLE_GAP_ADV_TYPE_ADV_NONCONN_IND
during CONNECTION occur sd_ble_gap_adv_start(..)
returns error = 0x07 (NRF_ERROR_INVALID_PARAM
)
if I restarting with any other during connection, it returns error=0x12 (NRF_ERROR_CONN_COUNT
)
IS IT POSSIBLE to use Advertising during CONNECTION ?
Thanks!