Home
last modified time | relevance | path

Searched refs:apCount (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/common/api/
Desp_blufi_api.c45 esp_err_t esp_blufi_send_wifi_list(uint16_t apCount, esp_blufi_ap_record_t *list) in esp_blufi_send_wifi_list() argument
55 arg.wifi_list.apCount = apCount; in esp_blufi_send_wifi_list()
/hal_espressif-latest/components/bt/common/btc/profile/esp/include/
Dbtc_blufi_prf.h78 uint16_t apCount; member
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/
Dblufi_prf.c362 void btc_blufi_send_wifi_list(uint16_t apCount, esp_blufi_ap_record_t *list) in btc_blufi_send_wifi_list() argument
369 uint32_t malloc_size = (1 + 1 + sizeof(list->ssid)) * apCount; in btc_blufi_send_wifi_list()
376 for (int i = 0; i < apCount; ++i) in btc_blufi_send_wifi_list()
766 if (list == NULL || src->wifi_list.apCount <= 0) { in btc_blufi_call_deep_copy()
769 …list = (esp_blufi_ap_record_t *)osi_malloc(sizeof(esp_blufi_ap_record_t) * src->wifi_list.apCount); 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()
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/include/api/
Desp_blufi_api.h402 esp_err_t esp_blufi_send_wifi_list(uint16_t apCount, esp_blufi_ap_record_t *list);