ESP-IDF
make_command_no_params()
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
make_command_no_params()
make_command_no_params() function
Syntax
Show:
Summary
Declaration
Definition
from
hci_packet_factory.c:30
static
BT_HDR
*
make_command_no_params
(
uint16_t
opcode
)
;
Implemented in
hci_packet_factory.c:229
Arguments
Argument
opcode
Examples
References
from
examples
Code
Location
Referrer
static
BT_HDR
*
make_command_no_params
(
uint16_t
opcode
)
hci_packet_factory.c:229
static
BT_HDR
*
make_command_no_params
(
uint16_t
opcode
)
;
hci_packet_factory.c:30
return
make_command_no_params
(
HCI_RESET
)
;
hci_packet_factory.c:37
make_reset()
return
make_command_no_params
(
HCI_READ_BUFFER_SIZE
)
;
hci_packet_factory.c:42
make_read_buffer_size()
return
make_command_no_params
(
HCI_READ_LOCAL_VERSION_INFO
)
;
hci_packet_factory.c:82
make_read_local_version_info()
return
make_command_no_params
(
HCI_READ_BD_ADDR
)
;
hci_packet_factory.c:87
make_read_bd_addr()
return
make_command_no_params
(
HCI_READ_LOCAL_SUPPORTED_CMDS
)
;
hci_packet_factory.c:92
make_read_local_supported_commands()
return
make_command_no_params
(
HCI_READ_LOCAL_FEATURES
)
;
hci_packet_factory.c:97
make_read_local_supported_features()
return
make_command_no_params
(
HCI_BLE_READ_WHITE_LIST_SIZE
)
;
hci_packet_factory.c:153
make_ble_read_white_list_size()
return
make_command_no_params
(
HCI_BLE_READ_BUFFER_SIZE
)
;
hci_packet_factory.c:158
make_ble_read_buffer_size()
return
make_command_no_params
(
HCI_BLE_READ_SUPPORTED_STATES
)
;
hci_packet_factory.c:163
make_ble_read_supported_states()
return
make_command_no_params
(
HCI_BLE_READ_LOCAL_SPT_FEAT
)
;
hci_packet_factory.c:168
make_ble_read_local_supported_features()
return
make_command_no_params
(
HCI_BLE_READ_RESOLVING_LIST_SIZE
)
;
hci_packet_factory.c:173
make_ble_read_resolving_list_size()
return
make_command_no_params
(
HCI_BLE_READ_DEFAULT_DATA_LENGTH
)
;
hci_packet_factory.c:178
make_ble_read_suggested_default_data_length()
return
make_command_no_params
(
HCI_BLE_RD_MAX_ADV_DATA_LEN
)
;
hci_packet_factory.c:224
make_read_max_adv_data_len()
Call Tree
from
examples
make_command_no_params()
is called by 13 functions and calls 1 function:
make_reset()
make_read_buffer_size()
make_read_local_version_info()
make_read_bd_addr()
make_read_local_supported_commands()
make_read_local_supported_features()
make_ble_read_white_list_size()
make_ble_read_buffer_size()
make_ble_read_supported_states()
make_ble_read_local_supported_features()
make_ble_read_resolving_list_size()
make_ble_read_suggested_default_data_length()
make_read_max_adv_data_len()
All items filtered out
make_command_no_params()
make_command()
All items filtered out
Data Use
from
examples
make_command_no_params()
:
All items filtered out
make_command_no_params()
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