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
|
@ -42,6 +42,8 @@
|
|||
static uint8_t lll_adv_connect_rsp_pdu[PDU_AC_LL_HEADER_SIZE +
|
||||
offsetof(struct pdu_adv_com_ext_adv,
|
||||
ext_hdr_adv_data) +
|
||||
offsetof(struct pdu_adv_ext_hdr,
|
||||
data) +
|
||||
ADVA_SIZE + TARGETA_SIZE];
|
||||
|
||||
static int init_reset(void);
|
||||
|
|
Loading…
Reference in a new issue