ESP-IDF
t_l2c_ccb::local_id
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
t_l2c_ccb::local_id
t_l2c_ccb::local_id field
Syntax
Show:
Summary
Declaration
from
l2c_int.h:302
UINT8
local_id
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
local_id
;
/* Transaction ID for local trans */
l2c_int.h:302
if
(
p_ccb
->
local_id
!=
id
)
{
l2c_main.c:505
process_l2cap_cmd()
p_ccb
->
local_id
,
id
)
;
l2c_main.c:507
process_l2cap_cmd()
if
(
p_ccb
->
local_id
!=
id
)
{
l2c_main.c:679
process_l2cap_cmd()
p_ccb
->
local_id
,
id
)
;
l2c_main.c:681
process_l2cap_cmd()
if
(
(
p_ccb
->
remote_cid
==
rcid
)
&&
(
p_ccb
->
local_id
==
id
)
)
{
l2c_main.c:715
process_l2cap_cmd()
p_ccb
->
local_id
=
p_ccb
->
p_lcb
->
id
;
l2c_utils.c:553
l2cu_send_peer_connect_req()
p_ccb
->
local_id
)
)
==
NULL
)
{
l2c_utils.c:556
l2cu_send_peer_connect_req()
p_ccb
->
local_id
=
p_ccb
->
p_lcb
->
id
;
l2c_utils.c:663
l2cu_send_peer_config_req()
L2CAP_CMD_CONFIG_REQ
,
p_ccb
->
local_id
)
)
==
NULL
)
{
l2c_utils.c:685
l2cu_send_peer_config_req()
p_ccb
->
local_id
=
p_ccb
->
p_lcb
->
id
;
l2c_utils.c:977
l2cu_send_peer_disc_req()
if
(
(
p_buf
=
l2cu_build_header
(
p_ccb
->
p_lcb
,
L2CAP_DISC_REQ_LEN
,
L2CAP_CMD_DISC_REQ
,
p_ccb
->
local_id
)
)
==
NULL
)
{
l2c_utils.c:979
l2cu_send_peer_disc_req()
p_ccb
->
local_id
=
p_ccb
->
p_lcb
->
id
;
l2c_utils.c:3032
l2cu_send_peer_ble_credit_based_conn_req()
p_ccb
->
local_id
=
p_ccb
->
p_lcb
->
id
;
l2c_utils.c:3155
l2cu_send_peer_ble_flow_control_credit()
p_ccb
->
local_id
=
p_ccb
->
p_lcb
->
id
;
l2c_utils.c:3199
l2cu_send_peer_ble_credit_based_disconn_req()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
t_l2c_ccb::local_id
is written by 6 functions and is read by 4 functions:
l2cu_send_peer_connect_req()
l2cu_send_peer_config_req()
l2cu_send_peer_disc_req()
l2cu_send_peer_ble_credit_based_conn_req()
l2cu_send_peer_ble_flow_control_credit()
l2cu_send_peer_ble_credit_based_disconn_req()
All items filtered out
t_l2c_ccb::local_id
process_l2cap_cmd()
l2cu_send_peer_connect_req()
l2cu_send_peer_config_req()
l2cu_send_peer_disc_req()
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