This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Advertise Coded Phy and 1M

I want to advertise coded phy and 1M. This isn't possible at the same time so I am using the ble_gap_adv_params_t duration to timeout my 1M advertising every 600 ms to switch to coded phy for 250ms when I get a BLE_GAP_EVT_ADV_SET_TERMINATED event. This seems to work pretty good. Is this how you would do it? If this seems reasonable what should these timeout times be if I am advertising every 187.5 ms?

Related