Home
last modified time | relevance | path

Searched refs:peer_inst_id (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/esp_wifi/wifi_apps/src/
Dnan_app.c416 if (!nan_find_peer_svc(evt->inst_id, evt->peer_inst_id, evt->peer_if_mac)) { in nan_fill_params_from_event()
417 nan_record_peer_svc(evt->inst_id, evt->peer_inst_id, evt->peer_if_mac); in nan_fill_params_from_event()
476 evt->peer_svc_info, MAC2STR(evt->peer_if_mac), evt->peer_inst_id); in nan_app_action_receive()
897 p_peer_svc = nan_find_peer_svc(fup_params->inst_id, fup_params->peer_inst_id, in esp_wifi_nan_send_message()
908 if (!fup_params->peer_inst_id) { in esp_wifi_nan_send_message()
909 fup_params->peer_inst_id = p_peer_svc->svc_id; in esp_wifi_nan_send_message()
921 MAC2STR(fup_params->peer_mac), fup_params->peer_inst_id); in esp_wifi_nan_send_message()
/hal_espressif-latest/components/esp_wifi/include/
Desp_wifi_types.h753 uint8_t peer_inst_id; /**< Peer's service instance id */ member
1112 uint8_t peer_inst_id; /**< Peer's Service Identifier */ member