kopia lustrzana https://github.com/espressif/esp-idf
ble_mesh: stack: Update mesh max conn macro when using bluedroid
rodzic
e82fe93b3d
commit
3aabf571a8
|
@ -22,7 +22,7 @@ extern "C" {
|
|||
|
||||
/* BLE Mesh Max Connection Count */
|
||||
#ifdef CONFIG_BT_BLUEDROID_ENABLED
|
||||
#define BLE_MESH_MAX_CONN MIN(CONFIG_BT_ACL_CONNECTIONS, CONFIG_BTDM_CTRL_BLE_MAX_CONN)
|
||||
#define BLE_MESH_MAX_CONN CONFIG_BT_ACL_CONNECTIONS
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_BT_NIMBLE_ENABLED
|
||||
|
|
Ładowanie…
Reference in New Issue