ESP-IDF
L2CAP_ROLE_ALLOW_SWITCH
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
L2CAP_ROLE_ALLOW_SWITCH
L2CAP_ROLE_ALLOW_SWITCH macro
Syntax
Show:
Summary
Declaration
from
l2c_api.h:110
#define
L2CAP_ROLE_ALLOW_SWITCH
0x80
Examples
References
from
examples
Code
Location
#define
L2CAP_ROLE_ALLOW_SWITCH
0x80
/* set this bit to allow switch at create conn */
l2c_api.h:110
L2CA_SetDesireRole
(
L2CAP_ROLE_ALLOW_SWITCH
)
;
bta_av_aact.c:2476
if
(
new_role
&
L2CAP_ROLE_ALLOW_SWITCH
)
{
l2c_api.c:890
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