Home
last modified time | relevance | path

Searched refs:suspend (Results 1 – 13 of 13) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/av/
Dbta_av_api.c273 void BTA_AvStop(BOOLEAN suspend) in BTA_AvStop() argument
280 p_buf->suspend = suspend; in BTA_AvStop()
298 void BTA_AvReconfig(tBTA_AV_HNDL hndl, BOOLEAN suspend, UINT8 sep_info_idx, in BTA_AvReconfig() argument
307 p_buf->suspend = suspend; in BTA_AvReconfig()
Dbta_av_aact.c2082 if (p_data && p_data->api_stop.suspend) { in bta_av_str_stopped()
2160 (p_rcfg->suspend) && (p_scb->recfg_sup) && (p_scb->suspend_sup)) { in bta_av_reconfig()
2163 stop.suspend = TRUE; in bta_av_reconfig()
2286 BOOLEAN suspend = FALSE; in bta_av_start_ok() local
2379 suspend = TRUE; in bta_av_start_ok()
2382 if (!suspend) { in bta_av_start_ok()
2410 suspend, p_scb->role, initiator); in bta_av_start_ok()
2412 start.suspending = suspend; in bta_av_start_ok()
2419 if (suspend) { in bta_av_start_ok()
2426 stop.suspend = TRUE; in bta_av_start_ok()
Dbta_av_main.c1002 stop.suspend = TRUE; in bta_av_sco_chg_cback()
/hal_espressif-latest/components/spi_flash/include/
Dmemspi_host_driver.h32 .suspend = spi_flash_hal_suspend,\
/hal_espressif-latest/components/spi_flash/sim/stubs/soc/include/hal/
Dspi_flash_types.h150 void (*suspend)(spi_flash_host_inst_t *host); member
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbtc_av.c929 p_av->suspend.status, p_av->suspend.initiator); in btc_av_state_started_handler()
932 btc_a2dp_on_suspended(&p_av->suspend); in btc_av_state_started_handler()
935 if (p_av->suspend.status != BTA_AV_SUCCESS) { in btc_av_state_started_handler()
946 if (p_av->suspend.initiator != TRUE) { in btc_av_state_started_handler()
970 btc_a2dp_on_stopped(&p_av->suspend); in btc_av_state_started_handler()
975 if (p_av->suspend.status == BTA_AV_SUCCESS) { in btc_av_state_started_handler()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_av_api.h502 tBTA_AV_SUSPEND suspend; member
704 void BTA_AvStop(BOOLEAN suspend);
719 void BTA_AvReconfig(tBTA_AV_HNDL hndl, BOOLEAN suspend, UINT8 sep_info_idx,
/hal_espressif-latest/components/hal/include/hal/
Dspi_flash_types.h244 void (*suspend)(spi_flash_host_inst_t *host); member
/hal_espressif-latest/components/spi_flash/
Dmemspi_host_driver.c59 .suspend = spi_flash_hal_suspend,
DKconfig87 bool "Auto suspend long erase/write operations (READ DOCS FIRST)"
105 bool "Enable XMC-C series flash chip suspend feature anyway"
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/include/
Dbta_av_int.h204 BOOLEAN suspend; member
267 BOOLEAN suspend; member
/hal_espressif-latest/components/bt/controller/esp32c3/
DKconfig.in523 … during erasing flash. It is recommended to turn on the auto suspend function of flash. After auto
524suspend is turned on, Bluetooth interrupts can be executed normally during erasing flash, with less
/hal_espressif-latest/components/bt/controller/esp32c2/
DKconfig.in648 … To have a small impact on performance, you need to enable flash suspend (SPI_FLASH_AUTO_SUSPEND).