Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/common/api/
Desp_blufi_api.c29 btc_blufi_args_t arg; in esp_blufi_send_wifi_conn_report()
41 return (btc_transfer_context(&msg, &arg, sizeof(btc_blufi_args_t), btc_blufi_call_deep_copy, in esp_blufi_send_wifi_conn_report()
48 btc_blufi_args_t arg; in esp_blufi_send_wifi_list()
58 return (btc_transfer_context(&msg, &arg, sizeof(btc_blufi_args_t), btc_blufi_call_deep_copy, in esp_blufi_send_wifi_list()
96 btc_blufi_args_t arg; in esp_blufi_send_error_info()
105 …return (btc_transfer_context(&msg, &arg, sizeof(btc_blufi_args_t), NULL, NULL) == BT_STATUS_SUCCES… in esp_blufi_send_error_info()
111 btc_blufi_args_t arg; in esp_blufi_send_custom_data()
123 return (btc_transfer_context(&msg, &arg, sizeof(btc_blufi_args_t), btc_blufi_call_deep_copy, in esp_blufi_send_custom_data()
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/
Dblufi_prf.c676 btc_blufi_args_t *dst = (btc_blufi_args_t *) p_dest; in btc_blufi_call_deep_copy()
677 btc_blufi_args_t *src = (btc_blufi_args_t *) p_src; in btc_blufi_call_deep_copy()
797 btc_blufi_args_t *arg = (btc_blufi_args_t *)msg->arg; in btc_blufi_call_deep_free()
842 btc_blufi_args_t *arg = (btc_blufi_args_t *)msg->arg; in btc_blufi_call_handler()
/hal_espressif-latest/components/bt/common/btc/profile/esp/include/
Dbtc_blufi_prf.h94 } btc_blufi_args_t; typedef