Home
last modified time | relevance | path

Searched refs:ESP_BT_MODE_BLE (Results 1 – 17 of 17) sorted by relevance

/hal_espressif-latest/zephyr/esp32/include/bt/
Desp_bt.h85 ESP_BT_MODE_BLE = 0x01, /*!< Bluetooth is operating in BLE mode. */ enumerator
164 #define BTDM_CONTROLLER_MODE_EFF ESP_BT_MODE_BLE
248 .mode = ESP_BT_MODE_BLE, \
/hal_espressif-latest/components/bt/include/esp32/include/
Desp_bt.h65 ESP_BT_MODE_BLE = 0x01, /*!< Bluetooth is operating in BLE mode. */ enumerator
144 #define BTDM_CONTROLLER_MODE_EFF ESP_BT_MODE_BLE
/hal_espressif-latest/components/bt/include/esp32c2/include/
Desp_bt.h34 ESP_BT_MODE_BLE = 0x01, /*!< Run BLE mode */ enumerator
/hal_espressif-latest/components/bt/include/esp32c6/include/
Desp_bt.h34 ESP_BT_MODE_BLE = 0x01, /*!< Run BLE mode */ enumerator
/hal_espressif-latest/components/bt/include/esp32h2/include/
Desp_bt.h33 ESP_BT_MODE_BLE = 0x01, /*!< Run BLE mode */ enumerator
/hal_espressif-latest/components/bt/include/esp32h4/include/
Desp_bt.h34 ESP_BT_MODE_BLE = 0x01, /*!< Run BLE mode */ enumerator
/hal_espressif-latest/components/bt/controller/esp32c3/
Dbt.c1100 if (mode & ESP_BT_MODE_BLE) { in esp_bt_controller_rom_mem_release()
1134 if (mode & ESP_BT_MODE_BLE) { in esp_bt_controller_mem_release()
1177 if (mode & ESP_BT_MODE_BLE) { in esp_bt_mem_release()
1388 if (cfg->bluetooth_mode != ESP_BT_MODE_BLE) { in esp_bt_controller_init()
1393 if (cfg->bluetooth_mode & ESP_BT_MODE_BLE) { in esp_bt_controller_init()
/hal_espressif-latest/components/bt/include/esp32c3/include/
Desp_bt.h54 ESP_BT_MODE_BLE = 0x01, /*!< Bluetooth is operating in BLE mode. */ enumerator
/hal_espressif-latest/zephyr/esp32c3/include/bt/
Desp_bt.h90 ESP_BT_MODE_BLE = 0x01, /*!< Run BLE mode */ enumerator
/hal_espressif-latest/zephyr/esp32s3/include/bt/
Desp_bt.h90 ESP_BT_MODE_BLE = 0x01, /*!< Run BLE mode */ enumerator
/hal_espressif-latest/zephyr/esp32/src/bt/
Desp_bt_adapter.c351 { ESP_BT_MODE_BLE, SOC_MEM_BT_EM_BLE_START, SOC_MEM_BT_EM_BLE_END },
1061 …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/esp32c2/
Dbt.c944 if (mode != ESP_BT_MODE_BLE) { in esp_bt_controller_enable()
1088 if ((mode & ESP_BT_MODE_BLE) == 0) { in esp_bt_mem_release()
/hal_espressif-latest/zephyr/esp32c3/src/bt/
Desp_bt_adapter.c1194 if (cfg->bluetooth_mode != ESP_BT_MODE_BLE) { in esp_bt_controller_init()
1199 if (cfg->bluetooth_mode & ESP_BT_MODE_BLE) { in esp_bt_controller_init()
/hal_espressif-latest/zephyr/esp32s3/src/bt/
Desp_bt_adapter.c1183 if (cfg->bluetooth_mode != ESP_BT_MODE_BLE) { in esp_bt_controller_init()
1188 if (cfg->bluetooth_mode & ESP_BT_MODE_BLE) { in esp_bt_controller_init()
/hal_espressif-latest/components/bt/controller/esp32c6/
Dbt.c1026 if (mode != ESP_BT_MODE_BLE) { in esp_bt_controller_enable()
1179 if (mode & ESP_BT_MODE_BLE) { in esp_bt_mem_release()
/hal_espressif-latest/components/bt/controller/esp32h2/
Dbt.c1004 if (mode != ESP_BT_MODE_BLE) { in esp_bt_controller_enable()
1157 if (mode & ESP_BT_MODE_BLE) { in esp_bt_mem_release()
/hal_espressif-latest/components/bt/controller/esp32/
Dbt.c419 {ESP_BT_MODE_BLE, SOC_MEM_BT_EM_BLE_START, SOC_MEM_BT_EM_BLE_END },
1532 …if (((cfg->mode & ESP_BT_MODE_BLE) && (cfg->ble_max_conn <= 0 || cfg->ble_max_conn > BTDM_CONTROLL… in esp_bt_controller_init()