ESP-IDF
HCIC_BLE_CMD_CREATED
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
HCIC_BLE_CMD_CREATED
HCIC_BLE_CMD_CREATED macro
Syntax
Show:
Summary
Declaration
from
hciblecmds.c:1108
#define
HCIC_BLE_CMD_CREATED
(
p
,
pp
,
size
)
do
{
\
if
(
(
p
=
HCI_GET_CMD_BUF
(
size
)
)
==
NULL
)
{
\
return
FALSE
;
\
}
\
pp
=
p
->
data
;
\
p
->
len
=
HCIC_PREAMBLE_SIZE
+
size
;
\
p
->
offset
=
0
;
\
}
while
(
0
)
Arguments
Argument
p
pp
size
Examples
References
from
examples
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