We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b33ccbf commit 5289447Copy full SHA for 5289447
subsys/bluetooth/controller/ll_sw/ull_adv.c
@@ -734,7 +734,7 @@ u8_t ll_adv_enable(u8_t enable)
734
if (pdu_adv->type == PDU_ADV_TYPE_NONCONN_IND) {
735
adv_size += adv_data_len;
736
slot_us += BYTES2US(adv_size, phy) * adv_chn_cnt +
737
- EVENT_IFS_MAX_US * (adv_chn_cnt - 1);
+ rxtx_turn_us * (adv_chn_cnt - 1);
738
} else {
739
if (pdu_adv->type == PDU_ADV_TYPE_DIRECT_IND) {
740
adv_size += TARGETA_SIZE;
0 commit comments