ESP-IDF
l2c_link_role_changed()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
l2c_link_role_changed()
l2c_link_role_changed() function
* Function l2c_link_role_changed * Description This function is called when a link's master/slave role change * event is received. It simply updates the link control block. * Returns void
Syntax
Show:
Summary
Declaration
Definition
from
l2c_int.h:730
extern
void
l2c_link_role_changed
(
BD_ADDR
bd_addr
,
UINT8
new_role
,
UINT8
hci_status
)
;
Implemented in
l2c_link.c:924
Arguments
Argument
bd_addr
new_role
hci_status
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