Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/include/esp32c3/include/
Desp_bt.h124 #define BT_CTRL_BLE_MAX_ACT_LIMIT 10 //Maximum BLE activity limitation macro
/hal_espressif-latest/zephyr/esp32c3/include/bt/
Desp_bt.h165 #define BT_CTRL_BLE_MAX_ACT_LIMIT 10 //Maximum BLE activity limitation macro
/hal_espressif-latest/zephyr/esp32s3/include/bt/
Desp_bt.h165 #define BT_CTRL_BLE_MAX_ACT_LIMIT 10 //Maximum BLE activity limitation macro
/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()