Skip to content

Commit 32a79dd

Browse files
cvinayakcarlescufi
authored andcommitted
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>
1 parent 5d3d9b7 commit 32a79dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

subsys/bluetooth/controller/ll_sw/nordic/lll/lll_adv_aux.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
static uint8_t lll_adv_connect_rsp_pdu[PDU_AC_LL_HEADER_SIZE +
4343
offsetof(struct pdu_adv_com_ext_adv,
4444
ext_hdr_adv_data) +
45+
offsetof(struct pdu_adv_ext_hdr,
46+
data) +
4547
ADVA_SIZE + TARGETA_SIZE];
4648

4749
static int init_reset(void);

0 commit comments

Comments
 (0)