ESP-IDF
tL2CAP_LE_CFG_INFO::mps
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_LE_CFG_INFO::mps
tL2CAP_LE_CFG_INFO::mps field
Syntax
Show:
Summary
Declaration
from
l2c_api.h:177
UINT16
mps
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
mps
;
l2c_api.h:177
p_ccb
->
local_conn_cfg
.
mps
=
controller_get_interface
(
)
->
get_acl_data_size_ble
(
)
;
l2c_ble.c:837
l2cble_process_sig_cmd()
p_ccb
->
peer_conn_cfg
.
mps
=
mps
;
l2c_ble.c:840
l2cble_process_sig_cmd()
mps
=
p_ccb
->
local_conn_cfg
.
mps
;
l2c_utils.c:3045
l2cu_send_peer_ble_credit_based_conn_req()
UINT16_TO_STREAM
(
p
,
p_ccb
->
local_conn_cfg
.
mps
)
;
/* MPS */
l2c_utils.c:3123
l2cu_send_peer_ble_credit_based_conn_res()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tL2CAP_LE_CFG_INFO::mps
is written by 1 function and is read by 2 functions:
l2cble_process_sig_cmd()
All items filtered out
tL2CAP_LE_CFG_INFO::mps
l2cu_send_peer_ble_credit_based_conn_req()
l2cu_send_peer_ble_credit_based_conn_res()
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