ESP-IDF
rfcomm_l2cap_if_init()
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
rfcomm_l2cap_if_init()
rfcomm_l2cap_if_init() function
* Function rfcomm_l2cap_if_init * Description This function is called during the RFCOMM task startup * to register interface functions with L2CAP.
Syntax
Show:
Summary
Declaration
Definition
from
rfc_int.h:344
extern
void
rfcomm_l2cap_if_init
(
void
)
;
Implemented in
rfc_l2cap_if.c:71
Examples
References
from
examples
Code
Location
Referrer
void
rfcomm_l2cap_if_init
(
void
)
rfc_l2cap_if.c:71
extern
void
rfcomm_l2cap_if_init
(
void
)
;
rfc_int.h:344
rfcomm_l2cap_if_init
(
)
;
port_api.c:1807
RFCOMM_Init()
Call Tree
from
examples
rfcomm_l2cap_if_init()
is called by 1 function and calls 1 function:
RFCOMM_Init()
All items filtered out
rfcomm_l2cap_if_init()
L2CA_Register()
All items filtered out
Data Use
from
examples
rfcomm_l2cap_if_init()
reads 10 variables and writes 11 variables:
tRFC_CB::rfc
rfc_cb
RFCOMM_ConfigInd()
RFCOMM_ConfigCnf()
RFCOMM_QoSViolationInd()
RFCOMM_DisconnectInd()
RFCOMM_BufDataInd()
RFCOMM_ConnectCnf()
RFCOMM_ConnectInd()
RFCOMM_CongestionStatusInd()
All items filtered out
rfcomm_l2cap_if_init()
tL2CAP_APPL_INFO::pL2CA_ConnectInd_Cb
tL2CAP_APPL_INFO::pL2CA_ConnectCfm_Cb
tL2CAP_APPL_INFO::pL2CA_ConnectPnd_Cb
tL2CAP_APPL_INFO::pL2CA_ConfigInd_Cb
tL2CAP_APPL_INFO::pL2CA_ConfigCfm_Cb
tL2CAP_APPL_INFO::pL2CA_DisconnectInd_Cb
tL2CAP_APPL_INFO::pL2CA_DisconnectCfm_Cb
tL2CAP_APPL_INFO::pL2CA_QoSViolationInd_Cb
tL2CAP_APPL_INFO::pL2CA_DataInd_Cb
tL2CAP_APPL_INFO::pL2CA_CongestionStatus_Cb
tL2CAP_APPL_INFO::pL2CA_TxComplete_Cb
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