Bluetooth: Controller: Use define for channel map size

Use a defined for channel map size of 5 octets.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
Vinayak Kariappa Chettimada 2021-08-27 10:23:58 +05:30 committed by Anas Nashif
commit e976a146d2
4 changed files with 12 additions and 9 deletions

View file

@ -42,7 +42,7 @@ struct lll_conn {
uint16_t latency_event;
uint16_t event_counter;
uint8_t data_chan_map[5];
uint8_t data_chan_map[PDU_CHANNEL_MAP_SIZE];
uint8_t data_chan_count:6;
uint8_t data_chan_sel:1;
uint8_t role:1;