Home
last modified time | relevance | path

Searched refs:BTDM_CONTROLLER_BR_EDR_MAX_ACL_CONN_LIMIT (Results 1 – 2 of 2) sorted by relevance

/device/soc/esp/esp32/components/bt/include/esp32/include/
Desp_bt.h127 #define BTDM_CONTROLLER_BR_EDR_MAX_ACL_CONN_LIMIT 7 //Maximum ACL connection limitation macro
/device/soc/esp/esp32/components/bt/controller/esp32/
Dbt.c1357 …&& (cfg->bt_max_acl_conn <= 0 || cfg->bt_max_acl_conn > BTDM_CONTROLLER_BR_EDR_MAX_ACL_CONN_LIMIT)) in esp_bt_controller_init()