ESP-IDF
tL2CAP_APPL_INFO::pL2CA_QoSViolationInd_Cb
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_APPL_INFO::pL2CA_QoSViolationInd_Cb
tL2CAP_APPL_INFO::pL2CA_QoSViolationInd_Cb field
Syntax
Show:
Summary
Declaration
from
l2c_api.h:311
tL2CA_QOS_VIOLATION_IND_CB
*
pL2CA_QoSViolationInd_Cb
;
Examples
References
from
examples
Code
Location
Referrer
tL2CA_QOS_VIOLATION_IND_CB
*
pL2CA_QoSViolationInd_Cb
;
l2c_api.h:311
gap_cb
.
conn
.
reg_info
.
pL2CA_QoSViolationInd_Cb
=
NULL
;
gap_conn.c:85
gap_conn_init()
if
(
p_ccb
->
p_rcb
->
api
.
pL2CA_QoSViolationInd_Cb
)
{
l2c_csm.c:919
l2c_csm_open()
(
*
p_ccb
->
p_rcb
->
api
.
pL2CA_QoSViolationInd_Cb
)
(
p_ccb
->
p_lcb
->
remote_bd_addr
)
;
l2c_csm.c:920
l2c_csm_open()
if
(
p_ccb
->
p_rcb
->
api
.
pL2CA_QoSViolationInd_Cb
)
{
l2c_link.c:546
l2c_link_hci_qos_violation()
p_reg_info
->
pL2CA_QoSViolationInd_Cb
=
obex_tl_l2cap_qos_violation_ind
;
obex_tl_l2cap.c:582
obex_tl_l2cap_init()
p_l2c
->
pL2CA_QoSViolationInd_Cb
=
RFCOMM_QoSViolationInd
;
rfc_l2cap_if.c:82
rfcomm_l2cap_if_init()
sdp_cb
.
reg_info
.
pL2CA_QoSViolationInd_Cb
=
NULL
;
sdp_main.c:196
sdp_init()
Call Tree
from
examples
tL2CAP_APPL_INFO::pL2CA_QoSViolationInd_Cb
is called by 1 function:
l2c_csm_open()
All items filtered out
tL2CAP_APPL_INFO::pL2CA_QoSViolationInd_Cb
All items filtered out
Data Use
from
examples
tL2CAP_APPL_INFO::pL2CA_QoSViolationInd_Cb
is written by 4 functions and is read by 2 functions:
gap_conn_init()
obex_tl_l2cap_init()
rfcomm_l2cap_if_init()
sdp_init()
All items filtered out
tL2CAP_APPL_INFO::pL2CA_QoSViolationInd_Cb
l2c_csm_open()
l2c_link_hci_qos_violation()
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
tL2CAP_APPL_INFO::pL2CA_QoSViolationInd_Cb
implements 2 functionss:
obex_tl_l2cap_qos_violation_ind()
RFCOMM_QoSViolationInd()
All items filtered out
tL2CAP_APPL_INFO::pL2CA_QoSViolationInd_Cb
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out