Home
last modified time | relevance | path

Searched refs:BLUFI_PREPAIR_BUF_MAX_SIZE (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.4.0/components/bt/common/btc/profile/esp/blufi/bluedroid_host/
Desp_blufi.c164 blufi_env.prepare_buf = osi_malloc(BLUFI_PREPAIR_BUF_MAX_SIZE); in blufi_profile_cb()
171 if (p_data->req_data.p_data->write_req.offset > BLUFI_PREPAIR_BUF_MAX_SIZE) { in blufi_profile_cb()
173 ….p_data->write_req.offset + p_data->req_data.p_data->write_req.len) > BLUFI_PREPAIR_BUF_MAX_SIZE) { in blufi_profile_cb()
/hal_espressif-3.4.0/components/bt/common/btc/profile/esp/blufi/include/
Dblufi_int.h42 #define BLUFI_PREPAIR_BUF_MAX_SIZE 1024 macro