mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'nimble/fix_misc_coverity_issue' into 'master'
Nimble: Fix misc issues in NimBLE NVS, `ble_eddystone`, recursive call and L2CAP CoC Closes BCI-263 See merge request espressif/esp-idf!10729
This commit is contained in:
commit
4dbf11d368
@ -1 +1 @@
|
||||
Subproject commit 95bd8644abf4a410dd3fb914468d3a23ac9bbec2
|
||||
Subproject commit ba72e37ac40c13b66ad49c3178c0dbc9588add61
|
@ -483,6 +483,10 @@
|
||||
#define MYNEWT_VAL_BLE_L2CAP_COC_MAX_NUM CONFIG_BT_NIMBLE_L2CAP_COC_MAX_NUM
|
||||
#endif
|
||||
|
||||
#ifndef MYNEWT_VAL_BLE_L2CAP_COC_MPS
|
||||
#define MYNEWT_VAL_BLE_L2CAP_COC_MPS (MYNEWT_VAL_MSYS_1_BLOCK_SIZE - 8)
|
||||
#endif
|
||||
|
||||
#ifndef MYNEWT_VAL_BLE_L2CAP_JOIN_RX_FRAGS
|
||||
#define MYNEWT_VAL_BLE_L2CAP_JOIN_RX_FRAGS (1)
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user