ESP-IDF
ndl_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
ndl_info
ndl_info struct
Syntax
Show:
Summary
Declaration
from
nan_app.c:67
struct
ndl_info
{
uint8_t
ndp_id
;
uint8_t
peer_ndi
[
MACADDR_LEN
]
;
uint8_t
peer_nmi
[
MACADDR_LEN
]
;
uint8_t
publisher_id
;
uint8_t
own_role
;
}
;
Fields
Field
Declared as
Description
ndl_info::ndp_id
uint8_t
Identifier for instance of NDP.
ndl_info::peer_ndi
uint8_t
[
MACADDR_LEN
]
Peer's NAN Data Interface address.
ndl_info::peer_nmi
uint8_t
[
MACADDR_LEN
]
Peer's NAN Management Interface address.
ndl_info::publisher_id
uint8_t
Publisher's service identifier.
ndl_info::own_role
uint8_t
Own role (Publisher/Subscriber).
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