Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/
Dblufi_prf.c523 dst->custom_data.data = osi_malloc(src->custom_data.data_len); in btc_blufi_cb_deep_copy()
524 if (dst->custom_data.data == NULL) { in btc_blufi_cb_deep_copy()
528 memcpy(dst->custom_data.data, src->custom_data.data, src->custom_data.data_len); in btc_blufi_cb_deep_copy()
571 osi_free(param->custom_data.data); in btc_blufi_cb_deep_free()
777 uint8_t *data = src->custom_data.data; in btc_blufi_call_deep_copy()
782 dst->custom_data.data = osi_malloc(src->custom_data.data_len); in btc_blufi_call_deep_copy()
783 if(dst->custom_data.data == NULL) { in btc_blufi_call_deep_copy()
787 memcpy(dst->custom_data.data, src->custom_data.data, src->custom_data.data_len); in btc_blufi_call_deep_copy()
829 uint8_t *data = arg->custom_data.data; in btc_blufi_call_deep_free()
866 btc_blufi_send_custom_data(arg->custom_data.data, arg->custom_data.data_len); in btc_blufi_call_handler()
Dblufi_protocol.c239 param.custom_data.data = &data[0]; in btc_blufi_protocol_handler()
240 param.custom_data.data_len = len; in btc_blufi_protocol_handler()
/hal_espressif-latest/components/bt/common/api/
Desp_blufi_api.c120 arg.custom_data.data = data; in esp_blufi_send_custom_data()
121 arg.custom_data.data_len = data_len; in esp_blufi_send_custom_data()
/hal_espressif-latest/components/bt/common/btc/profile/esp/include/
Dbtc_blufi_prf.h93 } custom_data; member
/hal_espressif-latest/components/bt/common/api/include/api/
Desp_blufi_api.h292 …} custom_data; /*!< Blufi callback param of ESP_BLUFI_EVENT_RECV_… member