/hal_espressif-latest/zephyr/scripts/ |
D | submodules.txt | 1 aa8d03a0ff51c166267207e54002613bcedc576e components/bt/controller/lib_esp32c6/esp32c6-bt-lib https:… 2 ed99228396aaa18935b575d600bc19da38dc4746 components/bt/controller/lib_esp32c3_family https://github… 3 35fb599d3733f50254c056171edebcaa3c57d06b components/bt/controller/lib_esp32 https://github.com/espr…
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_devctl.c | 142 const controller_t *controller = controller_get_interface(); in reset_complete() local 176 l2c_link_processs_num_bufs(controller->get_acl_buffer_count_classic()); in reset_complete() 178 btm_sco_process_num_bufs(controller->get_sco_buffer_count()); in reset_complete() 184 if (controller->supports_ble() && controller->supports_ble_privacy() && in reset_complete() 185 controller->get_ble_resolving_list_max_size() > 0) { in reset_complete() 186 btm_ble_resolving_list_init(controller->get_ble_resolving_list_max_size()); in reset_complete() 192 if (controller->supports_ble()) { in reset_complete() 193 btm_ble_white_list_init(controller->get_ble_white_list_size()); in reset_complete() 194 l2c_link_processs_ble_num_bufs(controller->get_acl_buffer_count_ble()); in reset_complete() 200 for (int i = 0; i <= controller->get_last_features_classic_index(); i++) { in reset_complete() [all …]
|
D | btm_inq.c | 369 const controller_t *controller = controller_get_interface(); in BTM_SetInquiryMode() local 374 if (!controller->supports_rssi_with_inquiry_results()) { in BTM_SetInquiryMode() 378 if (!controller->supports_extended_inquiry_response()) { in BTM_SetInquiryMode()
|
/hal_espressif-latest/components/bt/controller/esp32c6/ |
D | Kconfig.in | 134 Enable NPL porting for controller. 200 This enables controller transfer periodic sync events to host 214 controller. 225 bool "Enable controller support for BLE Power Control" 229 Set this option to enable the Power Control feature on controller 316 This configures stack size of NimBLE controller task 322 Enable controller log 325 bool "enable controller log module" 329 Enable controller log module 346 bool "Store ble controller logs to flash(Experimental)" [all …]
|
/hal_espressif-latest/components/bt/controller/esp32h2/ |
D | Kconfig.in | 134 Enable NPL porting for controller. 200 This enables controller transfer periodic sync events to host 214 controller. 225 bool "Enable controller support for BLE Power Control" 229 Set this option to enable the Power Control feature on controller 307 This configures stack size of NimBLE controller task 313 Enable controller log 316 bool "enable controller log module" 320 Enable controller log module 337 bool "Store ble controller logs to flash(Experimental)" [all …]
|
/hal_espressif-latest/components/bt/controller/esp32c2/ |
D | Kconfig.in | 102 Enable NPL porting for controller. 169 This enables controller transfer periodic sync events to host 195 controller. 282 This configures stack size of NimBLE controller task 288 Enable controller log 291 bool "enable controller log module" 295 Enable controller log module 312 bool "Store ble controller logs to flash(Experimental)" 317 Store ble controller logs to flash memory. 320 int "size of ble controller log partition(Multiples of 4K)" [all …]
|
/hal_espressif-latest/components/bt/controller/esp32/ |
D | Kconfig.in | 2 prompt "Bluetooth controller mode (BR/EDR/BLE/DUALMODE)" 4 Specify the bluetooth controller mode (BR/EDR, BLE or dual mode). 23 BLE maximum connections of bluetooth controller. 24 Each connection uses 1KB static DRAM whenever the BT controller is enabled. 32 BR/EDR ACL maximum connections of bluetooth controller. 33 Each connection uses 1.2 KB DRAM whenever the BT controller is enabled. 41 BR/EDR Synchronize maximum connections of bluetooth controller. 42 Each connection uses 2 KB DRAM whenever the BT controller is enabled. 153 prompt "The cpu core which bluetooth controller run" 156 Specify the cpu core to run bluetooth controller. [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/hci/ |
D | packet_fragmenter.c | 46 static const controller_t *controller; variable 87 controller->get_acl_data_size_classic() : in fragment_and_dispatch() 88 controller->get_acl_data_size_ble(); in fragment_and_dispatch() 242 controller = controller_get_interface(); in packet_fragmenter_get_interface()
|
/hal_espressif-latest/components/bt/controller/esp32s3/ |
D | Kconfig.in | 1 source "$IDF_PATH/components/bt/controller/esp32c3/Kconfig.in"
|
/hal_espressif-latest/components/bt/controller/esp32c3/ |
D | Kconfig.in | 10 BLE maximum activities of bluetooth controller,both of connections, 26 (allocate when controller initialise, never free until controller de-initialise) 30 prompt "The cpu core which bluetooth controller run" 33 Specify the cpu core to run bluetooth controller. 233 … advertising reports will be discarded by the controller if the number of unprocessed advertising 257 … of ADV packets lost in the controller reaches this threshold. It is better to set a larger value. 321 … If the period value is non-zero, the controller will periodically clear the device information 326 … 1. The duplicate scan cache is full, the controller will delete the oldest device information and 328 …2. When the refresh period is up, the controller will clear all device information and start filte… 380 Enable/disable bluetooth controller low power mode. [all …]
|
/hal_espressif-latest/components/bt/ |
D | Kconfig | 33 controller (without any host) or when you are using any other host stack 43 This helps to choose Bluetooth controller stack 49 This option is recommended for Bluetooth controller usecases 70 source "$IDF_PATH/components/bt/controller/$IDF_TARGET/Kconfig.in"
|
D | CMakeLists.txt | 8 list(APPEND srcs "controller/esp32/bt.c" 9 "controller/esp32/hli_api.c" 10 "controller/esp32/hli_vectors.S") 15 list(APPEND srcs "controller/esp32c3/bt.c") 20 list(APPEND srcs "controller/esp32c3/bt.c") 25 list(APPEND srcs "controller/esp32c2/bt.c") 28 list(APPEND srcs "controller/esp32c2/dummy.c") 33 list(APPEND srcs "controller/esp32c6/bt.c") 38 list(APPEND srcs "controller/esp32h2/bt.c") 251 "host/bluedroid/device/controller.c" [all …]
|
/hal_espressif-latest/components/esp_rom/esp32c3/ld/ |
D | esp32c3.rom.ble_test.ld | 31 /* controller flash */
|
/hal_espressif-latest/components/esp_rom/esp32s3/ld/ |
D | esp32s3.rom.ble_test.ld | 31 /* controller flash */
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/ |
D | l2c_link.c | 1234 const controller_t *controller = controller_get_interface(); in l2c_link_send_to_lower() local 1236 if ((p_buf->len <= controller->get_acl_packet_size_classic() in l2c_link_send_to_lower() 1239 … ((p_lcb->transport == BT_TRANSPORT_LE) && (p_buf->len <= controller->get_acl_packet_size_ble())) in l2c_link_send_to_lower() 1268 acl_data_size = controller->get_acl_data_size_ble(); in l2c_link_send_to_lower() 1274 acl_data_size = controller->get_acl_data_size_classic(); in l2c_link_send_to_lower()
|
/hal_espressif-latest/components/bt/host/nimble/ |
D | Kconfig.in | 76 is expected to configure BTDM_CTRL_BLE_MAX_CONN from controller menu 78 configure BT_CTRL_BLE_MAX_ACT from controller menu. 407 controller after disconnection 536 If this option is disabled then controller based privacy is used. 627 This enables controller transfer periodic sync events to host 634 This enables controller PAwR (Periodic Advertisement with Response). 661 controller. 1057 or application layer handling adv packets is slow, it will cause the controller memory 1060 menu "Host-controller Transport"
|
/hal_espressif-latest/components/esp_system/port/soc/esp32/ |
D | Kconfig.memory | 32 controller is enabled.
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/ |
D | check-error-cmd.rst | 6 …mand checks eFuse errors. It triggers several reads to force the eFuse controller to reload eFuses…
|
D | index.rst | 74 The coding scheme helps the eFuse controller to detect an error of the eFuse blocks. There are spec…
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-C6.rst | 75 …SPI_DOWNLOAD_MSPI_DIS (BLOCK0) Represents whether SPI0 controller during boot_…
|
D | summary_ESP32-H2.rst | 74 …SPI_DOWNLOAD_MSPI_DIS (BLOCK0) Represents whether SPI0 controller during boot_…
|
/hal_espressif-latest/components/bt/host/bluedroid/ |
D | Kconfig.in | 1101 or application layer handling adv packets is slow, it will cause the controller memory 1152 This enables controller RPA list function. 1156 …be performed in the host, so the functions that require controller to resolve address in the white…
|
/hal_espressif-latest/components/efuse/esp32c6/ |
D | esp_efuse_table.csv | 117 … EFUSE_BLK0, 45, 1, [] Represents whether SPI0 controller during boot_mode…
|
/hal_espressif-latest/components/efuse/esp32h2/ |
D | esp_efuse_table.csv | 116 … EFUSE_BLK0, 45, 1, [] Represents whether SPI0 controller during boot_mode…
|
/hal_espressif-latest/components/esp_system/ |
D | Kconfig | 229 - On chips with an USB serial/JTAG debug controller, selecting the option
|