Home
last modified time | relevance | path

Searched refs:BLUFI_MAX_DATA_LEN (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/nimble_host/
Desp_blufi.c389 …blufi_env.frag_size = (event->mtu.value < BLUFI_MAX_DATA_LEN ? event->mtu.value : BLUFI_MAX_DATA_L… in esp_blufi_gap_event()
598 blufi_env.frag_size = (event->mtu.value < BLUFI_MAX_DATA_LEN ? event->mtu.value : in esp_blufi_handle_gap_events()
599 BLUFI_MAX_DATA_LEN) - BLUFI_MTU_RESERVED_SIZE; in esp_blufi_handle_gap_events()
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/bluedroid_host/
Desp_blufi.c246 …g_size = (p_data->req_data.p_data->mtu < BLUFI_MAX_DATA_LEN ? p_data->req_data.p_data->mtu : BLUFI… in blufi_profile_cb()
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/include/
Dblufi_int.h86 #define BLUFI_MAX_DATA_LEN 255 macro