ESP-IDF
own_svc_info
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
own_svc_info
own_svc_info struct
Syntax
Show:
Summary
Declaration
from
nan_app.c:58
struct
own_svc_info
{
char
svc_name
[
ESP_WIFI_MAX_SVC_NAME_LEN
]
;
uint8_t
svc_id
;
uint8_t
type
;
bool
ndp_resp_needed
;
uint8_t
num_peer_records
;
SLIST_HEAD
(
peer_list_t
,
peer_svc_info
)
peer_list
;
}
;
Fields
Field
Declared as
Description
own_svc_info::svc_name
char
[
ESP_WIFI_MAX_SVC_NAME_LEN
]
Name identifying a service.
own_svc_info::svc_id
uint8_t
Identifier for a service.
own_svc_info::type
uint8_t
Service type (Publish/Subscribe).
own_svc_info::ndp_resp_needed
bool
If enabled, NDP response is required.
own_svc_info::num_peer_records
uint8_t
Count of peer records associated with svc_id.
own_svc_info::peer_list
SLIST_HEAD
(
peer_list_t
,
peer_svc_info
)
List of peers matched for specific service.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out