ESP-IDF
t_l2c_linkcb::id
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
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_linkcb::id
t_l2c_linkcb::id field
Syntax
Show:
Summary
Declaration
from
l2c_int.h:393
UINT8
id
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
id
;
l2c_int.h:393
p_lcb
->
id
=
1
;
/* spec does not allow '0' */
l2c_utils.c:102
l2cu_allocate_lcb()
if
(
(
adj_mask
&
L2CAP_ADJ_ZERO_ID
)
&&
!
p_lcb
->
id
)
{
l2c_utils.c:481
l2cu_adj_id()
p_lcb
->
id
++
;
l2c_utils.c:482
l2cu_adj_id()
p_ccb
->
p_lcb
->
id
++
;
l2c_utils.c:550
l2cu_send_peer_connect_req()
p_ccb
->
local_id
=
p_ccb
->
p_lcb
->
id
;
l2c_utils.c:553
l2cu_send_peer_connect_req()
p_ccb
->
p_lcb
->
id
++
;
l2c_utils.c:660
l2cu_send_peer_config_req()
p_ccb
->
local_id
=
p_ccb
->
p_lcb
->
id
;
l2c_utils.c:663
l2cu_send_peer_config_req()
p_ccb
->
p_lcb
->
id
++
;
l2c_utils.c:974
l2cu_send_peer_disc_req()
p_ccb
->
local_id
=
p_ccb
->
p_lcb
->
id
;
l2c_utils.c:977
l2cu_send_peer_disc_req()
p_lcb
->
id
++
;
l2c_utils.c:1058
l2cu_send_peer_echo_req()
if
(
(
p_buf
=
l2cu_build_header
(
p_lcb
,
(
UINT16
)
(
L2CAP_ECHO_REQ_LEN
+
data_len
)
,
L2CAP_CMD_ECHO_REQ
,
p_lcb
->
id
)
)
==
NULL
)
{
l2c_utils.c:1061
l2cu_send_peer_echo_req()
p_lcb
->
id
++
;
l2c_utils.c:1142
l2cu_send_peer_info_req()
if
(
(
p_buf
=
l2cu_build_header
(
p_lcb
,
2
,
L2CAP_CMD_INFO_REQ
,
p_lcb
->
id
)
)
==
NULL
)
{
l2c_utils.c:1145
l2cu_send_peer_info_req()
p_lcb
->
id
++
;
l2c_utils.c:2955
l2cu_send_peer_ble_par_req()
L2CAP_CMD_BLE_UPDATE_REQ
,
p_lcb
->
id
)
)
==
NULL
)
{
l2c_utils.c:2959
l2cu_send_peer_ble_par_req()
p_ccb
->
p_lcb
->
id
++
;
l2c_utils.c:3029
l2cu_send_peer_ble_credit_based_conn_req()
p_ccb
->
local_id
=
p_ccb
->
p_lcb
->
id
;
l2c_utils.c:3032
l2cu_send_peer_ble_credit_based_conn_req()
L2CAP_CMD_BLE_CREDIT_BASED_CONN_REQ
,
p_lcb
->
id
)
)
==
NULL
)
l2c_utils.c:3035
l2cu_send_peer_ble_credit_based_conn_req()
p_ccb
->
p_lcb
->
id
++
;
l2c_utils.c:3152
l2cu_send_peer_ble_flow_control_credit()
p_ccb
->
local_id
=
p_ccb
->
p_lcb
->
id
;
l2c_utils.c:3155
l2cu_send_peer_ble_flow_control_credit()
L2CAP_CMD_BLE_FLOW_CTRL_CREDIT
,
p_lcb
->
id
)
)
==
NULL
)
l2c_utils.c:3158
l2cu_send_peer_ble_flow_control_credit()
p_ccb
->
p_lcb
->
id
++
;
l2c_utils.c:3196
l2cu_send_peer_ble_credit_based_disconn_req()
p_ccb
->
local_id
=
p_ccb
->
p_lcb
->
id
;
l2c_utils.c:3199
l2cu_send_peer_ble_credit_based_disconn_req()
L2CAP_CMD_DISC_REQ
,
p_lcb
->
id
)
)
==
NULL
)
l2c_utils.c:3201
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_linkcb::id
is written by 11 functions and is read by 10 functions:
l2cu_allocate_lcb()
l2cu_adj_id()
l2cu_send_peer_connect_req()
l2cu_send_peer_config_req()
l2cu_send_peer_disc_req()
l2cu_send_peer_echo_req()
l2cu_send_peer_info_req()
l2cu_send_peer_ble_par_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_linkcb::id
l2cu_adj_id()
l2cu_send_peer_connect_req()
l2cu_send_peer_config_req()
l2cu_send_peer_disc_req()
l2cu_send_peer_echo_req()
l2cu_send_peer_info_req()
l2cu_send_peer_ble_par_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
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