ESP-IDF
hci_cmd_metadata_t::command
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_cmd_metadata_t::command
hci_cmd_metadata_t::command field
Syntax
Show:
Summary
Declaration
from
hcimsgs.h:46
BT_HDR
command
;
Examples
References
from
examples
Code
Location
Referrer
BT_HDR
command
;
hcimsgs.h:46
hci_cmd_metadata_t
*
metadata
=
HCI_GET_CMD_METAMSG
(
p_buf
)
;
btu_hcif.c:456
btu_hcif_send_cmd()
hci_cmd_metadata_t
*
metadata
=
HCI_GET_CMD_METAMSG
(
p_buf
)
;
btu_hcif.c:504
btu_hcif_send_cmd_sync()
hci_cmd_metadata_t
*
metadata
=
HCI_GET_CMD_METAMSG
(
hack
->
command
)
;
btu_hcif.c:1461
btu_hcif_command_status_evt_on_task()
BT_HDR
*
static_buffer
=
&
metadata
->
command
;
hci_hal_h4.c:378
hci_adv_flow_try_send_command()
hci_cmd_metadata_t
*
metadata
=
HCI_GET_CMD_METAMSG
(
command
)
;
hci_layer.c:260
transmit_command()
hci_cmd_metadata_t
*
metadata
=
HCI_GET_CMD_METAMSG
(
command
)
;
hci_layer.c:280
transmit_command_futured()
packet_fragmenter
->
fragment_and_dispatch
(
&
metadata
->
command
)
;
hci_layer.c:324
event_command_ready()
packet_fragmenter
->
fragment_and_dispatch
(
&
metadata
->
command
)
;
hci_layer.c:336
event_command_ready()
metadata
->
command_status_cb
(
status
,
&
metadata
->
command
,
metadata
->
context
)
;
hci_layer.c:489
filter_incoming_event()
hci_cmd_metadata_t
*
metadata
=
HCI_GET_CMD_METAMSG
(
packet
)
;
hci_packet_factory.c:237
make_command()
hci_cmd_metadata_t
*
metadata
=
HCI_GET_CMD_METAMSG
(
p
)
;
hciblecmds.c:568
btsnd_hcic_ble_encrypt()
hci_cmd_metadata_t
*
metadata
=
HCI_GET_CMD_METAMSG
(
p
)
;
hciblecmds.c:605
btsnd_hcic_ble_rand()
hci_cmd_metadata_t
*
metadata
=
HCI_GET_CMD_METAMSG
(
p
)
;
hciblecmds.c:1044
btsnd_hcic_ble_update_adv_report_flow_control()
hci_cmd_metadata_t
*
metadata
=
HCI_GET_CMD_METAMSG
(
p
)
;
hcicmds.c:1332
btsnd_hcic_host_num_xmitted_pkts()
hci_cmd_metadata_t
*
metadata
=
HCI_GET_CMD_METAMSG
(
p
)
;
hcicmds.c:1880
btsnd_hcic_vendor_spec_cmd()
BT_HDR
*
command
=
&
metadata
->
command
;
hcimsgs.h:63
hci_get_cmd_buf()
hci_cmd_metadata_t
*
metadata
=
HCI_GET_CMD_METAMSG
(
buf
)
;
hcimsgs.h:75
hci_free_cmd_buf()
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