ESP-IDF
BLE_L2CAP_CID_ATT
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
BLE_L2CAP_CID_ATT
BLE_L2CAP_CID_ATT macro
Syntax
Show:
Summary
Declaration
from
ble_l2cap.h:61
#define
BLE_L2CAP_CID_ATT
4
Examples
References
from
examples
Code
Location
#define
BLE_L2CAP_CID_ATT
4
ble_l2cap.h:61
return
ble_att_mtu_by_cid
(
conn_handle
,
BLE_L2CAP_CID_ATT
)
;
ble_att.c:459
rc
=
ble_hs_misc_conn_chan_find_reqd
(
conn_handle
,
BLE_L2CAP_CID_ATT
,
&
conn
,
ble_att.c:527
if
(
cid
==
BLE_L2CAP_CID_ATT
&&
ble_att_is_response_op
(
op
)
)
{
ble_att.c:551
chan
=
ble_hs_conn_chan_find_by_scid
(
conn
,
BLE_L2CAP_CID_ATT
)
;
ble_att.c:617
chan
->
scid
=
BLE_L2CAP_CID_ATT
;
ble_att.c:642
chan
->
dcid
=
BLE_L2CAP_CID_ATT
;
ble_att.c:643
rc
=
ble_att_conn_chan_find
(
conn_handle
,
BLE_L2CAP_CID_ATT
,
&
conn
,
&
chan
)
;
ble_att_clt.c:77
rc
=
ble_att_tx
(
conn_handle
,
BLE_L2CAP_CID_ATT
,
txom
)
;
ble_att_clt.c:98
rc
=
ble_att_conn_chan_find
(
conn_handle
,
BLE_L2CAP_CID_ATT
,
&
conn
,
&
chan
)
;
ble_att_clt.c:105
ble_gap_mtu_event
(
conn_handle
,
BLE_L2CAP_CID_ATT
,
mtu
)
;
ble_att_clt.c:146
ble_gattc_rx_mtu
(
conn_handle
,
BLE_L2CAP_CID_ATT
,
rc
,
mtu
)
;
ble_att_clt.c:150
if
(
cid
!=
BLE_L2CAP_CID_ATT
)
{
ble_att_clt.c:1117
rc
=
ble_hs_misc_conn_chan_find_reqd
(
conn_handle
,
BLE_L2CAP_CID_ATT
,
&
conn
,
ble_att_cmd.c:109
rc
=
ble_att_conn_chan_find
(
conn_handle
,
BLE_L2CAP_CID_ATT
,
NULL
,
&
chan
)
;
ble_att_svr.c:730
if
(
cid
!=
BLE_L2CAP_CID_ATT
)
{
ble_att_svr.c:775
rc
=
ble_att_svr_tx_rsp
(
conn_handle
,
BLE_L2CAP_CID_ATT
,
rc
,
txom
,
BLE_ATT_OP_MTU_REQ
,
ble_att_svr.c:796
rc
=
ble_att_conn_chan_find
(
conn_handle
,
BLE_L2CAP_CID_ATT
,
&
conn
,
&
chan
)
;
ble_att_svr.c:801
ble_gap_mtu_event
(
conn_handle
,
BLE_L2CAP_CID_ATT
,
mtu
)
;
ble_att_svr.c:811
return
BLE_L2CAP_CID_ATT
;
ble_eatt_priv.h:54
proc
->
cid
=
BLE_L2CAP_CID_ATT
;
ble_gattc.c:1436
rc
=
ble_att_clt_tx_signed_write_cmd
(
conn_handle
,
BLE_L2CAP_CID_ATT
,
attr_handle
,
ble_gattc.c:3809
assert
(
cid
==
BLE_L2CAP_CID_ATT
)
;
ble_gattc.c:5007
proc
=
ble_gattc_extract_first_by_conn_cid_op
(
conn_handle
,
BLE_L2CAP_CID_ATT
,
BLE_GATT_OP_MTU
)
;
ble_gattc.c:5009
if
(
chan
->
scid
==
BLE_L2CAP_CID_ATT
)
{
ble_l2cap.c:327
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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