Searched refs:present (Results 1 – 25 of 28) sorted by relevance
12
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/ |
D | smp_api.c | 479 __FUNCTION__, p_cb->req_oob_type, p_oob->loc_oob_data.present, in SMP_SecureConnectionOobDataReply() 480 p_oob->peer_oob_data.present); in SMP_SecureConnectionOobDataReply() 489 if (!p_oob->peer_oob_data.present) { in SMP_SecureConnectionOobDataReply() 494 if (!p_oob->loc_oob_data.present) { in SMP_SecureConnectionOobDataReply() 499 if (!p_oob->loc_oob_data.present || !p_oob->peer_oob_data.present) { in SMP_SecureConnectionOobDataReply()
|
D | smp_act.c | 1882 if (p_sc_oob_data->loc_oob_data.present) { in smp_process_secure_connection_oob_data() 1890 if (!p_sc_oob_data->peer_oob_data.present) { in smp_process_secure_connection_oob_data() 1951 p_cb->sc_oob_data.loc_oob_data.present = true; in smp_set_local_oob_random_commitment()
|
D | smp_keys.c | 1128 if (p_loc_oob->present) { in smp_process_private_key()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | smp_api.h | 237 BOOLEAN present; member 251 BOOLEAN present; member
|
/hal_espressif-latest/components/esp_rom/esp32s2/ld/ |
D | esp32s2.rom.newlib-data.ld | 2 * These are the .bss/.data symbols used by newlib functions present in ESP32-S2 ROM.
|
D | esp32s2.rom.newlib-nano.ld | 1 /* These are the printf/scanf related newlib functions present in ESP32-S2 ROM.
|
D | esp32s2.rom.newlib-funcs.ld | 2 * These are the newlib functions present in ESP32-S2 ROM.
|
/hal_espressif-latest/components/esp_rom/esp32/ld/ |
D | esp32.rom.newlib-locale.ld | 1 /* These are the locale-related newlib functions present in ESP32 ROM.
|
D | esp32.rom.newlib-data.ld | 1 /* These are the .bss/.data symbols used by newlib functions present in ESP32 ROM.
|
D | esp32.rom.newlib-time.ld | 1 /* These are the newlib functions and the .bss/.data symbols necessary for these functions present …
|
D | esp32.rom.syscalls.ld | 56 /* These are the non-reentrant versions of syscalls present in the ROM.
|
D | esp32.rom.newlib-nano.ld | 1 /* These are the printf/scanf related newlib functions present in ESP32 ROM.
|
D | esp32.rom.newlib-funcs.ld | 1 /* These are the newlib functions present in ESP32 ROM.
|
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32s2/ |
D | bootloader.ld | 183 * about raw data present in the code. 188 * This section will only be present in the ELF file, not in the final binary
|
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32/ |
D | bootloader.ld | 194 * about raw data present in the code. 199 * This section will only be present in the ELF file, not in the final binary
|
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32s3/ |
D | bootloader.ld | 217 * about raw data present in the code. 222 * This section will only be present in the ELF file, not in the final binary
|
/hal_espressif-latest/zephyr/scripts/pinctrl/ |
D | README.md | 44 - Though the fields `sigi` and `sigo` are optional, at least one of them must be present in the tar…
|
/hal_espressif-latest/components/newlib/ |
D | Kconfig | 71 the binary. Which functions are present in ROM can be seen from ROM caps:
|
/hal_espressif-latest/components/esp_system/ld/esp32/ |
D | sections.ld.in | 452 * about raw data present in the code. 457 * This section will only be present in the ELF file, not in the final binary
|
/hal_espressif-latest/components/esp_system/ld/esp32s2/ |
D | sections.ld.in | 441 * about raw data present in the code. 446 * This section will only be present in the ELF file, not in the final binary
|
/hal_espressif-latest/components/esp_system/ld/esp32s3/ |
D | sections.ld.in | 480 * about raw data present in the code. 485 * This section will only be present in the ELF file, not in the final binary
|
/hal_espressif-latest/components/bootloader/subproject/ |
D | CMakeLists.txt | 108 "\nIf a signing key is present, then instead use:"
|
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/ |
D | flash-modes.rst | 116 …- [^] Support for 8MB & 16MB flash size is not present in all ESP8266 SDKs. If your SDK doesn't s…
|
/hal_espressif-latest/components/bt/controller/esp32c3/ |
D | Kconfig.in | 476 When this option is enabled, auxiliary packets will be present in the events of 478 …If this option is not enabled, auxiliary packets will only be present when the advertising length …
|
/hal_espressif-latest/components/bootloader/ |
D | Kconfig.projbuild | 186 …evice will boot from "factory" partition (or OTA slot 0 if no factory partition is present) after a 599 At present, both key sizes are practically implausible to bruteforce. 1049 bool "Encrypt only the app image that is present in the partition of type app" 1054 by only encrypting the app image that is present in the partition,
|
12