ESP-IDF
bt_mesh_lpn_poll()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_lpn_poll()
bt_mesh_lpn_poll() function
Send out a Friend Poll message. Send a Friend Poll message to the Friend of this node. If there is no established Friendship the function will return an error.
Syntax
Show:
Summary
Declaration
from
main.h:699
int
bt_mesh_lpn_poll
(
void
)
;
Return value
Zero on success or (negative) error code otherwise.
Examples
References
from
examples
Code
Location
Referrer
int
bt_mesh_lpn_poll
(
void
)
;
main.h:699
int
bt_mesh_lpn_poll
(
void
)
;
main.h:547
bt_mesh_lpn_poll
(
)
;
transport.c:643
send_seg()
bt_mesh_lpn_poll
(
)
;
transport.c:605
send_seg()
Call Tree
from
examples
bt_mesh_lpn_poll()
is called by 1 function:
send_seg()
All items filtered out
bt_mesh_lpn_poll()
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