ESP-IDF
peer_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
peer_svc_info
peer_svc_info struct
Syntax
Show:
Summary
Declaration
from
nan_app.c:49
struct
peer_svc_info
{
SLIST_ENTRY
(
peer_svc_info
)
next
;
uint8_t
peer_svc_info
[
ESP_WIFI_MAX_SVC_INFO_LEN
]
;
uint8_t
svc_id
;
uint8_t
own_svc_id
;
uint8_t
type
;
uint8_t
peer_nmi
[
MACADDR_LEN
]
;
}
;
Fields
Field
Declared as
Description
peer_svc_info::next
SLIST_ENTRY
(
peer_svc_info
)
peer_svc_info::peer_svc_info
uint8_t
[
ESP_WIFI_MAX_SVC_INFO_LEN
]
Information for followup message.
peer_svc_info::svc_id
uint8_t
Identifier of peer's service.
peer_svc_info::own_svc_id
uint8_t
Identifier for own service.
peer_svc_info::type
uint8_t
Service type (Publish/Subscribe).
peer_svc_info::peer_nmi
uint8_t
[
MACADDR_LEN
]
Peer's NAN Management Interface address.
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