ESP-IDF
AWAIT_COMMAND
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/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
AWAIT_COMMAND
AWAIT_COMMAND macro
Syntax
Show:
Summary
Declaration
from
controller.c:97
#define
AWAIT_COMMAND
(
command
)
future_await
(
controller_param
.
hci
->
transmit_command_futured
(
command
)
)
Arguments
Argument
command
Examples
References
from
examples
Code
Location
#define
AWAIT_COMMAND
(
command
)
future_await
(
controller_param
.
hci
->
transmit_command_futured
(
command
)
)
controller.c:97
response
=
AWAIT_COMMAND
(
controller_param
.
packet_factory
->
make_reset
(
)
)
;
controller.c:106
response
=
AWAIT_COMMAND
(
controller_param
.
packet_factory
->
make_read_buffer_size
(
)
)
;
controller.c:111
response
=
AWAIT_COMMAND
(
controller_param
.
packet_factory
->
make_set_c2h_flow_control
(
HCI_HOST_FLOW_CTRL_ACL_ON
)
)
;
controller.c:119
response
=
AWAIT_COMMAND
(
controller_param
.
packet_factory
->
make_set_adv_report_flow_control
(
HCI_HOST_FLOW_CTRL_ADV_REPORT_ON
,
(
uint16_t
)
BLE_ADV_REPORT_FLOW_CONTROL_NUM
,
(
uint16_t
)
BLE_ADV_REPORT_DISCARD_THRSHOLD
)
)
;
controller.c:124
response
=
AWAIT_COMMAND
(
controller.c:129
response
=
AWAIT_COMMAND
(
controller_param
.
packet_factory
->
make_read_local_version_info
(
)
)
;
controller.c:142
response
=
AWAIT_COMMAND
(
controller_param
.
packet_factory
->
make_read_bd_addr
(
)
)
;
controller.c:146
response
=
AWAIT_COMMAND
(
controller_param
.
packet_factory
->
make_read_local_supported_commands
(
)
)
;
controller.c:150
response
=
AWAIT_COMMAND
(
controller_param
.
packet_factory
->
make_read_local_extended_features
(
page_number
)
)
;
controller.c:160
response
=
AWAIT_COMMAND
(
controller_param
.
packet_factory
->
make_write_simple_pairing_mode
(
HCI_SP_MODE_ENABLED
)
)
;
controller.c:181
response
=
AWAIT_COMMAND
(
controller.c:188
response
=
AWAIT_COMMAND
(
controller_param
.
packet_factory
->
make_read_local_extended_features
(
page_number
)
)
;
controller.c:201
response
=
AWAIT_COMMAND
(
controller_param
.
packet_factory
->
make_ble_read_white_list_size
(
)
)
;
controller.c:230
response
=
AWAIT_COMMAND
(
controller_param
.
packet_factory
->
make_ble_read_buffer_size
(
)
)
;
controller.c:234
response
=
AWAIT_COMMAND
(
controller_param
.
packet_factory
->
make_ble_read_supported_states
(
)
)
;
controller.c:247
response
=
AWAIT_COMMAND
(
controller_param
.
packet_factory
->
make_ble_read_local_supported_features
(
)
)
;
controller.c:255
response
=
AWAIT_COMMAND
(
controller_param
.
packet_factory
->
make_ble_read_resolving_list_size
(
)
)
;
controller.c:262
response
=
AWAIT_COMMAND
(
controller_param
.
packet_factory
->
make_read_max_adv_data_len
(
)
)
;
controller.c:273
response
=
AWAIT_COMMAND
(
controller_param
.
packet_factory
->
make_ble_write_suggested_default_data_length
(
BTM_BLE_DATA_SIZE_MAX
,
BTM_BLE_DATA_TX_TIME_MAX
)
)
;
controller.c:282
response
=
AWAIT_COMMAND
(
controller_param
.
packet_factory
->
make_ble_read_suggested_default_data_length
(
)
)
;
controller.c:285
response
=
AWAIT_COMMAND
(
controller_param
.
packet_factory
->
make_ble_set_event_mask
(
&
BLE_EVENT_MASK
)
)
;
controller.c:293
response
=
AWAIT_COMMAND
(
controller_param
.
packet_factory
->
make_set_event_mask
(
&
CLASSIC_EVENT_MASK
)
)
;
controller.c:298
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