This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

advertising during connection [SDK12 S132 nRF52]

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!

Related