Skip to content

Commit

Permalink
Add support for BLE extended advertisements
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSomeMan committed Sep 27, 2024
1 parent dd29ebf commit e5458aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/parser.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ typedef enum parser_state_e
/**
* @brief Standard BLE Broadcast manufacturer specific data payload maximum length
*/
#define RE_CA_UART_PARSER_RI_COMM_MESSAGE_MAX_LENGTH 230
#define RE_CA_UART_PARSER_RI_COMM_MESSAGE_MAX_LENGTH 248

/**
* @brief Parser buffer size
Expand Down

0 comments on commit e5458aa

Please sign in to comment.