ble_mesh: stack: Update mesh max conn macro when using bluedroid

This commit is contained in:
lly
2020-12-25 16:04:22 +08:00
committed by bot
parent e82fe93b3d
commit 3aabf571a8

View File

@@ -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