mirror of
https://github.com/espressif/esp-idf.git
synced 2026-06-04 20:26:38 +03:00
fix(ble/bluedroid): Optimize some bluedroid code
This commit is contained in:
@@ -93,7 +93,7 @@ typedef struct {
|
||||
|
||||
|
||||
#if BLE_INCLUDED == TRUE
|
||||
#define GAP_MAX_CHAR_NUM 4
|
||||
#define GAP_MAX_CHAR_NUM 5
|
||||
|
||||
typedef struct {
|
||||
UINT16 handle;
|
||||
|
||||
Reference in New Issue
Block a user