Searched refs:confirm (Results 1 – 14 of 14) sorted by relevance
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/ |
D | execute-scripts-cmd.rst | 31 …. To skip this check and go without confirmation just add the ``--do-not-confirm`` flag to the ``e… 37 > espefuse.py execute_scripts efuse_script1.py --do-not-confirm 82 …espefuse.py execute_scripts efuse_script2.py --do-not-confirm --index {index} --configfiles mac_ad…
|
D | index.rst | 58 - ``--do-not-confirm`` - Do not pause for confirmation before permanently writing eFuses. Use with … 69 …need to type the word ``BURN`` to continue burning. Using the ``--do-not-confirm`` option allows t…
|
D | burn-efuse-cmd.rst | 45 …k you to type ``BURN`` before it permanently sets eFuses. The ``--do-not-confirm`` option allows y…
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | sae.c | 2132 u8 *confirm) in sae_cn_confirm() argument 2162 5, addr, len, confirm); in sae_cn_confirm() 2171 u8 *confirm) in sae_cn_confirm_ecc() argument 2188 scalar2, element_b2, 2 * sae->tmp->prime_len, confirm); in sae_cn_confirm_ecc() 2198 u8 *confirm) in sae_cn_confirm_ffc() argument 2215 scalar2, element_b2, sae->tmp->prime_len, confirm) < 0) in sae_cn_confirm_ffc()
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/ |
D | base_fields.py | 581 EspEfusesBase.confirm("", self.do_not_confirm) 625 def confirm(action, do_not_confirm): member in EspEfusesBase
|
D | base_operations.py | 795 efuses.confirm(
|
/hal_espressif-latest/components/esp_pm/ |
D | Kconfig | 127 …!!! Please confirm the peripherals used in your application and their sleep retention support stat…
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/include/ |
D | smp_int.h | 282 BT_OCTET16 confirm; member
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_gatt_api.h | 673 tBTA_GATTS_CONF confirm; /* BTA_GATTS_CONF_EVT callback data */ member
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/ |
D | smp_keys.c | 776 memcpy(p_cb->confirm, p->param_buf, BT_OCTET16_LEN); in smp_process_confirm() 780 smp_debug_print_nbyte_little_endian ((UINT8 *)p_cb->confirm, (const UINT8 *)"Confirm", 16); in smp_process_confirm()
|
D | smp_utils.c | 456 ARRAY_TO_STREAM (p, p_cb->confirm, BT_OCTET16_LEN); in smp_build_confirm_cmd()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_act.c | 1427 if (p_data->confirm.accept == TRUE) { in bta_dm_confirm() 1430 BTM_ConfirmReqReply(res, p_data->confirm.bd_addr); in bta_dm_confirm() 5020 if (p_data->confirm.accept) { in bta_dm_ble_confirm_reply() 5021 BTM_BleConfirmReply(p_data->confirm.bd_addr, BTM_SUCCESS); in bta_dm_ble_confirm_reply()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/include/ |
D | bta_dm_int.h | 1212 tBTA_DM_API_CONFIRM confirm; member
|
/hal_espressif-latest/components/bootloader/ |
D | Kconfig.projbuild | 295 …function should be called to confirm the operability of the app or vice versa about its non-operab…
|