Searched refs:btc_blufi_call_deep_copy (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/common/api/ |
D | esp_blufi_api.c | 41 return (btc_transfer_context(&msg, &arg, sizeof(btc_blufi_args_t), btc_blufi_call_deep_copy, in esp_blufi_send_wifi_conn_report() 58 return (btc_transfer_context(&msg, &arg, sizeof(btc_blufi_args_t), btc_blufi_call_deep_copy, in esp_blufi_send_wifi_list() 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/include/ |
D | btc_blufi_prf.h | 103 void btc_blufi_call_deep_copy(btc_msg_t *msg, void *p_dest, void *p_src);
|
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/ |
D | blufi_prf.c | 674 void btc_blufi_call_deep_copy(btc_msg_t *msg, void *p_dest, void *p_src) in btc_blufi_call_deep_copy() function
|