ESP-IDF
HCI_READ_LOCAL_EXT_FEATURES
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
HCI_READ_LOCAL_EXT_FEATURES
HCI_READ_LOCAL_EXT_FEATURES macro
Syntax
Show:
Summary
Declaration
from
hcidefs.h:258
#define
HCI_READ_LOCAL_EXT_FEATURES
(
0x0004
|
HCI_GRP_INFORMATIONAL_PARAMS
)
Examples
References
from
examples
Code
Location
#define
HCI_READ_LOCAL_EXT_FEATURES
(
0x0004
|
HCI_GRP_INFORMATIONAL_PARAMS
)
hcidefs.h:258
BT_HDR
*
packet
=
make_command
(
HCI_READ_LOCAL_EXT_FEATURES
,
parameter_size
,
&
stream
)
;
hci_packet_factory.c:104
uint8_t
*
stream
=
read_command_complete_header
(
response
,
HCI_READ_LOCAL_EXT_FEATURES
,
2
+
sizeof
(
bt_device_features_t
)
/* bytes after */
)
;
hci_packet_parser.c:117
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