ESP-IDF
tL2CAP_CHNL_PRIORITY
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
tL2CAP_CHNL_PRIORITY
tL2CAP_CHNL_PRIORITY
Syntax
Show:
Summary
Declaration
from
l2c_api.h:66
typedef
UINT8
tL2CAP_CHNL_PRIORITY
;
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
UINT8
tL2CAP_CHNL_PRIORITY
;
l2c_api.h:66
BOOLEAN
L2CA_SetTxPriority
(
UINT16
cid
,
tL2CAP_CHNL_PRIORITY
priority
)
l2c_api.c:1065
L2CA_SetTxPriority()
L2CA_SetTxPriority()::priority
extern
BOOLEAN
L2CA_SetTxPriority
(
UINT16
cid
,
tL2CAP_CHNL_PRIORITY
priority
)
;
l2c_api.h:768
L2CA_SetTxPriority()
L2CA_SetTxPriority()::priority
extern
BOOLEAN
L2CA_UCDSetTxPriority
(
BD_ADDR
rem_bda
,
tL2CAP_CHNL_PRIORITY
priority
)
;
l2c_api.h:1018
L2CA_UCDSetTxPriority()
L2CA_UCDSetTxPriority()::priority
tL2CAP_CHNL_PRIORITY
ccb_priority
;
/* Channel priority */
l2c_int.h:317
t_l2c_ccb
t_l2c_ccb::ccb_priority
extern
void
l2cu_change_pri_ccb
(
tL2C_CCB
*
p_ccb
,
tL2CAP_CHNL_PRIORITY
priority
)
;
l2c_int.h:610
l2cu_change_pri_ccb()
l2cu_change_pri_ccb()::priority
void
l2cu_change_pri_ccb
(
tL2C_CCB
*
p_ccb
,
tL2CAP_CHNL_PRIORITY
priority
)
l2c_utils.c:1437
l2cu_change_pri_ccb()
l2cu_change_pri_ccb()::priority
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
Instance
Scope
Location
Project
L2CA_SetTxPriority()::priority
L2CA_SetTxPriority()
l2c_api.h:768
L2CA_UCDSetTxPriority()::priority
L2CA_UCDSetTxPriority()
l2c_api.h:1018
t_l2c_ccb::ccb_priority
t_l2c_ccb
l2c_int.h:317
l2cu_change_pri_ccb()::priority
l2cu_change_pri_ccb()
l2c_int.h:610
L2CA_SetTxPriority()::priority
L2CA_SetTxPriority()
l2c_api.c:1065
l2cu_change_pri_ccb()::priority
l2cu_change_pri_ccb()
l2c_utils.c:1437
Lifecycle
from
examples
All items filtered out
All items filtered out