ESP-IDF
HCIC_PARAM_SIZE_WRITE_PARAM2
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
HCIC_PARAM_SIZE_WRITE_PARAM2
HCIC_PARAM_SIZE_WRITE_PARAM2 macro
Syntax
Show:
Summary
Declaration
from
hcimsgs.h:572
#define
HCIC_PARAM_SIZE_WRITE_PARAM2
2
Examples
References
from
examples
Code
Location
#define
HCIC_PARAM_SIZE_WRITE_PARAM2
2
hcimsgs.h:572
if
(
(
p
=
HCI_GET_CMD_BUF
(
HCIC_PARAM_SIZE_WRITE_PARAM2
)
)
==
NULL
)
{
hcicmds.c:1110
p
->
len
=
HCIC_PREAMBLE_SIZE
+
HCIC_PARAM_SIZE_WRITE_PARAM2
;
hcicmds.c:1116
UINT8_TO_STREAM
(
pp
,
HCIC_PARAM_SIZE_WRITE_PARAM2
)
;
hcicmds.c:1120
if
(
(
p
=
HCI_GET_CMD_BUF
(
HCIC_PARAM_SIZE_WRITE_PARAM2
)
)
==
NULL
)
{
hcicmds.c:1250
p
->
len
=
HCIC_PREAMBLE_SIZE
+
HCIC_PARAM_SIZE_WRITE_PARAM2
;
hcicmds.c:1256
UINT8_TO_STREAM
(
pp
,
HCIC_PARAM_SIZE_WRITE_PARAM2
)
;
hcicmds.c:1260
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