[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

@@ -13,10 +13,12 @@ typedef enum {
BleEventTypeStartAdvertising,
BleEventTypeStopAdvertising,
BleEventTypePinCodeShow,
BleEventTypeUpdateMTU,
} BleEventType;
typedef union {
uint32_t pin_code;
uint16_t max_packet_size;
} BleEventData;
typedef struct {