Home
last modified time | relevance | path

Searched refs:ble_max_act (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/bt/include/esp32c3/include/
Desp_bt.h329 .ble_max_act = CONFIG_BT_CTRL_BLE_MAX_ACT_EFF, \
407 …uint8_t ble_max_act; /*!< The maximum number of BLE instance. Configurable in m… member
/hal_espressif-latest/zephyr/esp32c3/include/bt/
Desp_bt.h298 .ble_max_act = 6, \
374 …uint8_t ble_max_act; /*!< The maximum number of BLE instance. Configurable in m… member
/hal_espressif-latest/zephyr/esp32s3/include/bt/
Desp_bt.h298 .ble_max_act = 6, \
374 …uint8_t ble_max_act; /*!< The maximum number of BLE instance. Configurable in m… member
/hal_espressif-latest/zephyr/esp32c3/src/bt/
Desp_bt_adapter.c1200 if ((cfg->ble_max_act <= 0) || (cfg->ble_max_act > BT_CTRL_BLE_MAX_ACT_LIMIT)) { in esp_bt_controller_init()
/hal_espressif-latest/zephyr/esp32s3/src/bt/
Desp_bt_adapter.c1189 if ((cfg->ble_max_act <= 0) || (cfg->ble_max_act > BT_CTRL_BLE_MAX_ACT_LIMIT)) { in esp_bt_controller_init()
/hal_espressif-latest/components/bt/controller/esp32c3/
Dbt.c1394 if ((cfg->ble_max_act <= 0) || (cfg->ble_max_act > BT_CTRL_BLE_MAX_ACT_LIMIT)) { in esp_bt_controller_init()