ESP-IDF
make_command()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
make_command()
make_command() function
Syntax
Show:
Summary
Declaration
Definition
from
hci_packet_factory.c:31
static
BT_HDR
*
make_command
(
uint16_t
opcode
,
size_t
parameter_size
,
uint8_t
*
*
stream_out
)
;
Implemented in
hci_packet_factory.c:234
Arguments
Argument
opcode
parameter_size
stream_out
Examples
References
from
examples
Code
Location
Referrer
static
BT_HDR
*
make_command
(
uint16_t
opcode
,
size_t
parameter_size
,
uint8_t
*
*
stream_out
)
hci_packet_factory.c:234
static
BT_HDR
*
make_command
(
uint16_t
opcode
,
size_t
parameter_size
,
uint8_t
*
*
stream_out
)
;
hci_packet_factory.c:31
BT_HDR
*
packet
=
make_command
(
HCI_SET_HC_TO_HOST_FLOW_CTRL
,
parameter_size
,
&
stream
)
;
hci_packet_factory.c:49
make_set_c2h_flow_control()
BT_HDR
*
packet
=
make_command
(
HCI_VENDOR_BLE_SET_ADV_FLOW_CONTROL
,
parameter_size
,
&
stream
)
;
hci_packet_factory.c:59
make_set_adv_report_flow_control()
BT_HDR
*
packet
=
make_command
(
HCI_HOST_BUFFER_SIZE
,
parameter_size
,
&
stream
)
;
hci_packet_factory.c:71
make_host_buffer_size()
BT_HDR
*
packet
=
make_command
(
HCI_READ_LOCAL_EXT_FEATURES
,
parameter_size
,
&
stream
)
;
hci_packet_factory.c:104
make_read_local_extended_features()
BT_HDR
*
packet
=
make_command
(
HCI_WRITE_SIMPLE_PAIRING_MODE
,
parameter_size
,
&
stream
)
;
hci_packet_factory.c:114
make_write_simple_pairing_mode()
BT_HDR
*
packet
=
make_command
(
HCI_WRITE_SECURE_CONNS_SUPPORT
,
parameter_size
,
&
stream
)
;
hci_packet_factory.c:124
make_write_secure_connections_host_support()
BT_HDR
*
packet
=
make_command
(
HCI_SET_EVENT_MASK
,
parameter_size
,
&
stream
)
;
hci_packet_factory.c:134
make_set_event_mask()
BT_HDR
*
packet
=
make_command
(
HCI_WRITE_LE_HOST_SUPPORT
,
parameter_size
,
&
stream
)
;
hci_packet_factory.c:144
make_ble_write_host_support()
BT_HDR
*
packet
=
make_command
(
HCI_BLE_WRITE_DEFAULT_DATA_LENGTH
,
parameter_size
,
&
stream
)
;
hci_packet_factory.c:185
make_ble_write_suggested_default_data_length()
BT_HDR
*
packet
=
make_command
(
HCI_BLE_SET_EVENT_MASK
,
parameter_size
,
&
stream
)
;
hci_packet_factory.c:196
make_ble_set_event_mask()
BT_HDR
*
packet
=
make_command
(
HCI_WRITE_SCO_FLOW_CTRL_ENABLE
,
parameter_size
,
&
stream
)
;
hci_packet_factory.c:206
make_write_sync_flow_control_enable()
BT_HDR
*
packet
=
make_command
(
HCI_WRITE_ERRONEOUS_DATA_RPT
,
parameter_size
,
&
stream
)
;
hci_packet_factory.c:216
make_write_default_erroneous_data_report()
return
make_command
(
opcode
,
0
,
NULL
)
;
hci_packet_factory.c:231
make_command_no_params()
Call Tree
from
examples
make_command()
is called by 13 functions and calls 1 function:
make_set_c2h_flow_control()
make_set_adv_report_flow_control()
make_host_buffer_size()
make_read_local_extended_features()
make_write_simple_pairing_mode()
make_write_secure_connections_host_support()
make_set_event_mask()
make_ble_write_host_support()
make_ble_write_suggested_default_data_length()
make_ble_set_event_mask()
make_write_sync_flow_control_enable()
make_write_default_erroneous_data_report()
make_command_no_params()
All items filtered out
make_command()
hci_get_cmd_buf()
All items filtered out
Data Use
from
examples
make_command()
reads 1 variable and writes 1 variable:
BT_HDR::data
All items filtered out
make_command()
hci_cmd_metadata_t::opcode
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