ESP-IDF
BLE_HCI_DATA_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_HCI_DATA_HDR_SZ
BLE_HCI_DATA_HDR_SZ macro
Syntax
Show:
Summary
Declaration
from
hci_common.h:2360
#define
BLE_HCI_DATA_HDR_SZ
4
Examples
References
from
examples
Code
Location
#define
BLE_HCI_DATA_HDR_SZ
4
hci_common.h:2360
BLE_HCI_DATA_HDR_SZ
+
\
ble_hs_hci.c:276
om
->
om_data
+=
BLE_HCI_DATA_HDR_SZ
;
ble_hs_hci.c:720
_Static_assert
(
sizeof
(
struct
hci_data_hdr
)
==
BLE_HCI_DATA_HDR_SZ
,
ble_hs_hci_evt.c:48
rc
=
os_mbuf_copydata
(
om
,
0
,
BLE_HCI_DATA_HDR_SZ
,
out_hdr
)
;
ble_hs_hci_util.c:230
os_mbuf_adj
(
om
,
BLE_HCI_DATA_HDR_SZ
)
;
ble_hs_hci_util.c:236
return
ble_hs_mbuf_gen_pkt
(
BLE_HCI_DATA_HDR_SZ
+
1
)
;
ble_hs_mbuf.c:75
return
ble_hs_mbuf_gen_pkt
(
BLE_HCI_DATA_HDR_SZ
+
BLE_L2CAP_HDR_SZ
+
1
)
;
ble_hs_mbuf.c:94
return
ble_hs_mbuf_gen_pkt
(
BLE_HCI_DATA_HDR_SZ
+
ble_hs_mbuf.c:106
if
(
len
<
BLE_HCI_DATA_HDR_SZ
||
len
>
MYNEWT_VAL
(
BLE_TRANSPORT_ACL_SIZE
)
)
{
esp_nimble_hci.c:158
BLE_HCI_DATA_HDR_SZ
,
OS_ALIGNMENT
)
)
transport.c:72
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