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:
Andrzej Kaczmarek 2021-08-27 14:49:53 +02:00 committed by Anas Nashif
commit b308192bb1
2 changed files with 4 additions and 0 deletions

View file

@ -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;