ESP-IDF
nan_peer_record::ndp_id
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
nan_peer_record::ndp_id
nan_peer_record::ndp_id field
Specifies if the peer has any active datapath
Syntax
Show:
Summary
Declaration
from
esp_nan.h:38
uint8_t
ndp_id
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
ndp_id
;
/**< Specifies if the peer has any active datapath */
esp_nan.h:38
peer_record
[
peer_num
]
.
ndp_id
=
p_ndl
->
ndp_id
;
nan_app.c:1142
esp_wifi_nan_get_peer_records()
peer_record
[
peer_num
]
.
ndp_id
=
p_ndl
->
ndp_id
;
nan_app.c:1149
esp_wifi_nan_get_peer_records()
peer_record
[
peer_num
]
.
ndp_id
=
0
;
nan_app.c:1154
esp_wifi_nan_get_peer_records()
peer_info
->
ndp_id
=
p_ndl
->
ndp_id
;
nan_app.c:1206
esp_wifi_nan_get_peer_info()
peer_info
->
ndp_id
=
0
;
nan_app.c:1209
esp_wifi_nan_get_peer_info()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
nan_peer_record::ndp_id
is written by 2 functions:
esp_wifi_nan_get_peer_records()
esp_wifi_nan_get_peer_info()
All items filtered out
nan_peer_record::ndp_id
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