ESP-IDF
BLE_L2CAP_HDR_SZ
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_HDR_SZ
BLE_L2CAP_HDR_SZ macro
Syntax
Show:
Summary
Declaration
from
ble_l2cap_priv.h:57
#define
BLE_L2CAP_HDR_SZ
4
Examples
References
from
examples
Code
Location
#define
BLE_L2CAP_HDR_SZ
4
ble_l2cap_priv.h:57
return
ble_hs_mbuf_gen_pkt
(
BLE_HCI_DATA_HDR_SZ
+
BLE_L2CAP_HDR_SZ
+
1
)
;
ble_hs_mbuf.c:94
BLE_L2CAP_HDR_SZ
+
ble_hs_mbuf.c:107
_Static_assert
(
sizeof
(
struct
ble_l2cap_hdr
)
==
BLE_L2CAP_HDR_SZ
,
ble_l2cap.c:31
os_mbuf_adj
(
om
,
BLE_L2CAP_HDR_SZ
)
;
ble_l2cap.c:391
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