Bluetooth: Controller: Add todos for per adv chain scan
Add todos for few useful improvements that can be done later. Signed-off-by: Andrzej Kaczmarek <andrzej.kaczmarek@codecoup.pl>
This commit is contained in:
parent
993838edbf
commit
b308192bb1
2 changed files with 4 additions and 0 deletions
|
@ -5694,6 +5694,9 @@ no_ext_hdr:
|
|||
}
|
||||
|
||||
sep->handle = sys_cpu_to_le16(node_rx->hdr.handle);
|
||||
/* TODO: use actual TX power only on 1st report, subsequent
|
||||
* reports can use 0x7F
|
||||
*/
|
||||
sep->tx_power = tx_pwr;
|
||||
sep->rssi = rssi;
|
||||
sep->cte_type = cte_type;
|
||||
|
|
|
@ -190,6 +190,7 @@ uint8_t lll_scan_aux_setup(struct pdu_adv *pdu, uint8_t pdu_phy,
|
|||
overhead_us = PDU_AC_US(pdu->len, pdu_phy, pdu_phy_flags_rx);
|
||||
#if defined(CONFIG_BT_CTLR_DF_SCAN_CTE_RX)
|
||||
/* Add CTE time if samples are available (8us unit) */
|
||||
/* TODO: check if CTE was actually enabled for rx */
|
||||
if (cte_info && radio_df_iq_samples_amount_get()) {
|
||||
overhead_us += cte_info->time << 3;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue