/hal_espressif-latest/zephyr/esp32/include/bt/ |
D | esp_bt.h | 85 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/ |
D | esp_bt.h | 65 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/ |
D | esp_bt.h | 34 ESP_BT_MODE_BLE = 0x01, /*!< Run BLE mode */ enumerator
|
/hal_espressif-latest/components/bt/include/esp32c6/include/ |
D | esp_bt.h | 34 ESP_BT_MODE_BLE = 0x01, /*!< Run BLE mode */ enumerator
|
/hal_espressif-latest/components/bt/include/esp32h2/include/ |
D | esp_bt.h | 33 ESP_BT_MODE_BLE = 0x01, /*!< Run BLE mode */ enumerator
|
/hal_espressif-latest/components/bt/include/esp32h4/include/ |
D | esp_bt.h | 34 ESP_BT_MODE_BLE = 0x01, /*!< Run BLE mode */ enumerator
|
/hal_espressif-latest/components/bt/controller/esp32c3/ |
D | bt.c | 1100 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/ |
D | esp_bt.h | 54 ESP_BT_MODE_BLE = 0x01, /*!< Bluetooth is operating in BLE mode. */ enumerator
|
/hal_espressif-latest/zephyr/esp32c3/include/bt/ |
D | esp_bt.h | 90 ESP_BT_MODE_BLE = 0x01, /*!< Run BLE mode */ enumerator
|
/hal_espressif-latest/zephyr/esp32s3/include/bt/ |
D | esp_bt.h | 90 ESP_BT_MODE_BLE = 0x01, /*!< Run BLE mode */ enumerator
|
/hal_espressif-latest/zephyr/esp32/src/bt/ |
D | esp_bt_adapter.c | 351 { 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/ |
D | bt.c | 944 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/ |
D | esp_bt_adapter.c | 1194 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/ |
D | esp_bt_adapter.c | 1183 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/ |
D | bt.c | 1026 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/ |
D | bt.c | 1004 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/ |
D | bt.c | 419 {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()
|