ESP-IDF
ble_l2cap_chan::flags
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_l2cap_chan::flags
ble_l2cap_chan::flags field
Syntax
Show:
Summary
Declaration
from
ble_l2cap_priv.h:83
ble_l2cap_chan_flags
flags
;
Examples
References
from
examples
Code
Location
Referrer
ble_l2cap_chan_flags
flags
;
ble_l2cap_priv.h:83
if
(
!
(
chan
->
flags
&
BLE_L2CAP_CHAN_F_TXED_MTU
)
)
{
ble_att.c:620
ble_att_set_preferred_mtu()
}
else
if
(
chan
->
flags
&
BLE_L2CAP_CHAN_F_TXED_MTU
)
{
ble_att_clt.c:80
ble_att_clt_tx_mtu()
chan
->
flags
|=
BLE_L2CAP_CHAN_F_TXED_MTU
;
ble_att_clt.c:107
ble_att_clt_tx_mtu()
chan
->
flags
|=
BLE_L2CAP_CHAN_F_TXED_MTU
;
ble_att_svr.c:804
ble_att_svr_rx_mtu()
return
(
chan
->
flags
&
BLE_L2CAP_CHAN_F_TXED_MTU
)
;
ble_l2cap.c:98
ble_l2cap_is_mtu_req_sent()
if
(
chan
->
flags
&
BLE_L2CAP_CHAN_F_DISCONNECTING
)
{
ble_l2cap_sig.c:1707
ble_l2cap_sig_disconnect()
chan
->
flags
|=
BLE_L2CAP_CHAN_F_DISCONNECTING
;
ble_l2cap_sig.c:1734
ble_l2cap_sig_disconnect()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_l2cap_chan::flags
is written by 3 functions and is read by 5 functions:
ble_att_svr_rx_mtu()
ble_att_clt_tx_mtu()
ble_l2cap_sig_disconnect()
All items filtered out
ble_l2cap_chan::flags
ble_att_svr_rx_mtu()
ble_att_set_preferred_mtu()
ble_att_clt_tx_mtu()
ble_l2cap_sig_disconnect()
ble_l2cap_is_mtu_req_sent()
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