BLE: Slightly increase mfg_data size (#4177)

Co-authored-by: hedger <hedger@users.noreply.github.com>
This commit is contained in:
Eric Betts
2025-04-07 08:16:42 -07:00
committed by GitHub
parent 3d02063bce
commit 4dd123fd8a
2 changed files with 3 additions and 3 deletions

View File

@@ -73,7 +73,7 @@ typedef struct {
uint16_t Service_UUID_16;
uint8_t Service_UUID_128[16];
} adv_service;
uint8_t mfg_data[20];
uint8_t mfg_data[23];
uint8_t mfg_data_len;
uint16_t appearance_char;
bool bonding_mode;