Bluetooth: Controller: fix DLE conditional compilations
Fix missing conditional compilation of Data Length Update feature. Change-id: I93aa1da2145a33095c220c863ed1457bb27a7aec Signed-off-by: Vinayak Chettimada <vinayak.kariappa.chettimada@nordicsemi.no>
This commit is contained in:
parent
34cff06a72
commit
0565945a5c
1 changed files with 2 additions and 0 deletions
|
@ -166,9 +166,11 @@ static struct {
|
|||
uint8_t data_channel_count;
|
||||
uint8_t sca;
|
||||
|
||||
#if defined(CONFIG_BLUETOOTH_CONTROLLER_DATA_LENGTH)
|
||||
/* DLE global settings */
|
||||
uint16_t default_tx_octets;
|
||||
uint16_t default_tx_time;
|
||||
#endif /* CONFIG_BLUETOOTH_CONTROLLER_DATA_LENGTH */
|
||||
|
||||
/** @todo below members to be made role specific and quota managed for
|
||||
* Rx-es.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue