Bluetooth: controller: Fix AUX_CONNECT_RSP PDU buffer size
AUX_CONNECT_RSP PDU static buffer definition was missing one byte required for the Extended Header Flags. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
5d3d9b7522
commit
32a79dd7e3
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@
|
||||||
static uint8_t lll_adv_connect_rsp_pdu[PDU_AC_LL_HEADER_SIZE +
|
static uint8_t lll_adv_connect_rsp_pdu[PDU_AC_LL_HEADER_SIZE +
|
||||||
offsetof(struct pdu_adv_com_ext_adv,
|
offsetof(struct pdu_adv_com_ext_adv,
|
||||||
ext_hdr_adv_data) +
|
ext_hdr_adv_data) +
|
||||||
|
offsetof(struct pdu_adv_ext_hdr,
|
||||||
|
data) +
|
||||||
ADVA_SIZE + TARGETA_SIZE];
|
ADVA_SIZE + TARGETA_SIZE];
|
||||||
|
|
||||||
static int init_reset(void);
|
static int init_reset(void);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue