[FL-2053] BLE MTU processing #830

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
gornekich
2021-11-21 17:47:54 +03:00
committed by GitHub
parent 013ed64cbb
commit a5052a0375
8 changed files with 34 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
#include <stdint.h>
#include <stdbool.h>
#define SERIAL_SVC_DATA_LEN_MAX (245)
#define SERIAL_SVC_DATA_LEN_MAX (248)
#ifdef __cplusplus
extern "C" {