Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/
Dblufi_prf.c764 esp_blufi_ap_record_t *list = src->wifi_list.list; in btc_blufi_call_deep_copy()
765 src->wifi_list.list = NULL; in btc_blufi_call_deep_copy()
766 if (list == NULL || src->wifi_list.apCount <= 0) { in btc_blufi_call_deep_copy()
769 …dst->wifi_list.list = (esp_blufi_ap_record_t *)osi_malloc(sizeof(esp_blufi_ap_record_t) * src->wif… in btc_blufi_call_deep_copy()
770 if (dst->wifi_list.list == NULL) { in btc_blufi_call_deep_copy()
773 memcpy(dst->wifi_list.list, list, sizeof(esp_blufi_ap_record_t) * src->wifi_list.apCount); in btc_blufi_call_deep_copy()
822 esp_blufi_ap_record_t *list = (esp_blufi_ap_record_t *)arg->wifi_list.list; in btc_blufi_call_deep_free()
859 btc_blufi_send_wifi_list(arg->wifi_list.apCount, arg->wifi_list.list); in btc_blufi_call_handler()
/hal_espressif-latest/components/bt/common/api/
Desp_blufi_api.c55 arg.wifi_list.apCount = apCount; in esp_blufi_send_wifi_list()
56 arg.wifi_list.list = list; in esp_blufi_send_wifi_list()
/hal_espressif-latest/components/bt/common/btc/profile/esp/include/
Dbtc_blufi_prf.h80 } wifi_list; member