Home
last modified time | relevance | path

Searched refs:ble_max_conn (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/include/esp32/include/
Desp_bt.h229 .ble_max_conn = CONFIG_BTDM_CTRL_BLE_MAX_CONN_EFF, \
291 …uint8_t ble_max_conn; /*!< Maximum number of BLE connections. Configurable in me… member
/hal_espressif-latest/zephyr/esp32/include/bt/
Desp_bt.h249 .ble_max_conn = 3, \
311 …uint8_t ble_max_conn; /*!< Maximum number of BLE connections. Configurable in me… member
/hal_espressif-latest/zephyr/esp32/src/bt/
Desp_bt_adapter.c1061 …if (((cfg->mode & ESP_BT_MODE_BLE) && (cfg->ble_max_conn <= 0 || cfg->ble_max_conn > BTDM_CONTROLL… in esp_bt_controller_init()
/hal_espressif-latest/components/bt/controller/esp32/
Dbt.c1532 …if (((cfg->mode & ESP_BT_MODE_BLE) && (cfg->ble_max_conn <= 0 || cfg->ble_max_conn > BTDM_CONTROLL… in esp_bt_controller_init()