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:
Vinayak Chettimada 2017-01-02 12:53:07 +01:00 committed by Johan Hedberg
commit 0565945a5c

View file

@ -166,9 +166,11 @@ static struct {
uint8_t data_channel_count; uint8_t data_channel_count;
uint8_t sca; uint8_t sca;
#if defined(CONFIG_BLUETOOTH_CONTROLLER_DATA_LENGTH)
/* DLE global settings */ /* DLE global settings */
uint16_t default_tx_octets; uint16_t default_tx_octets;
uint16_t default_tx_time; uint16_t default_tx_time;
#endif /* CONFIG_BLUETOOTH_CONTROLLER_DATA_LENGTH */
/** @todo below members to be made role specific and quota managed for /** @todo below members to be made role specific and quota managed for
* Rx-es. * Rx-es.