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:
parent
cf3b04534e
commit
e976a146d2
4 changed files with 12 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue