Home
last modified time | relevance | path

Searched refs:exec (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_bgconn.c484 BOOLEAN exec = TRUE; in btm_ble_start_auto_conn() local
526 exec = FALSE; in btm_ble_start_auto_conn()
532 exec = FALSE; in btm_ble_start_auto_conn()
541 exec = FALSE; in btm_ble_start_auto_conn()
544 return exec; in btm_ble_start_auto_conn()
/hal_espressif-latest/components/esp_event/
Desp_event.c575 bool exec = false; in esp_event_loop_run() local
586 exec |= true; in esp_event_loop_run()
594 exec |= true; in esp_event_loop_run()
602 exec |= true; in esp_event_loop_run()
633 if (!exec) { in esp_event_loop_run()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_cl.c316 BOOLEAN exec = FALSE; in gatt_check_write_long_terminate() local
328 exec = TRUE; in gatt_check_write_long_terminate()
333 exec = TRUE; in gatt_check_write_long_terminate()
337 if (exec) { in gatt_check_write_long_terminate()
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dexecute-scripts-cmd.rst27 …examples of the script. This script file is run from ``espefuse.py`` as ``exec(open(file.name).rea…
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_le.c979 BOOLEAN exec = FALSE; in bta_hh_le_set_protocol_mode() local
1015 exec = TRUE; in bta_hh_le_set_protocol_mode()
1018 return exec; in bta_hh_le_set_protocol_mode()