ESP-IDF
HCI_READ_BD_ADDR
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
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_BD_ADDR
HCI_READ_BD_ADDR macro
Syntax
Show:
Summary
Declaration
from
hcidefs.h:261
#define
HCI_READ_BD_ADDR
(
0x0009
|
HCI_GRP_INFORMATIONAL_PARAMS
)
Examples
References
from
examples
Code
Location
#define
HCI_READ_BD_ADDR
(
0x0009
|
HCI_GRP_INFORMATIONAL_PARAMS
)
hcidefs.h:261
return
make_command_no_params
(
HCI_READ_BD_ADDR
)
;
hci_packet_factory.c:87
uint8_t
*
stream
=
read_command_complete_header
(
response
,
HCI_READ_BD_ADDR
,
sizeof
(
bt_bdaddr_t
)
/* bytes after */
)
;
hci_packet_parser.c:78
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