Searched refs:suspend (Results 1 – 13 of 13) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/ |
D | bta_av_api.c | 273 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()
|
D | bta_av_aact.c | 2082 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()
|
D | bta_av_main.c | 1002 stop.suspend = TRUE; in bta_av_sco_chg_cback()
|
/hal_espressif-latest/components/spi_flash/include/ |
D | memspi_host_driver.h | 32 .suspend = spi_flash_hal_suspend,\
|
/hal_espressif-latest/components/spi_flash/sim/stubs/soc/include/hal/ |
D | spi_flash_types.h | 150 void (*suspend)(spi_flash_host_inst_t *host); member
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/a2dp/ |
D | btc_av.c | 929 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/ |
D | bta_av_api.h | 502 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/ |
D | spi_flash_types.h | 244 void (*suspend)(spi_flash_host_inst_t *host); member
|
/hal_espressif-latest/components/spi_flash/ |
D | memspi_host_driver.c | 59 .suspend = spi_flash_hal_suspend,
|
D | Kconfig | 87 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/ |
D | bta_av_int.h | 204 BOOLEAN suspend; member 267 BOOLEAN suspend; member
|
/hal_espressif-latest/components/bt/controller/esp32c3/ |
D | Kconfig.in | 523 … during erasing flash. It is recommended to turn on the auto suspend function of flash. After auto 524 …suspend is turned on, Bluetooth interrupts can be executed normally during erasing flash, with less
|
/hal_espressif-latest/components/bt/controller/esp32c2/ |
D | Kconfig.in | 648 … To have a small impact on performance, you need to enable flash suspend (SPI_FLASH_AUTO_SUSPEND).
|