ESP-IDF
+
0
/3 examples
SourceVu will show references to
esp_avrc_rn_evt_bit_mask_operation()
from the following samples and libraries:
a2dp_sink sample
a2dp_source sample
a2dp_gatts_coex sample
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
esp_avrc_rn_evt_bit_mask_operation()
esp_avrc_rn_evt_bit_mask_operation() function
Operate on the type esp_avrc_rn_evt_cap_mask_t with regard to a specific event. For operation ESP_AVRC_BIT_MASK_OP_TEST, return true if the corresponding bit is set, otherwise false.
Syntax
Show:
Summary
Declaration
from
esp_avrc_api.h:743
bool
esp_avrc_rn_evt_bit_mask_operation
(
esp_avrc_bit_mask_op_t
op
,
esp_avrc_rn_evt_cap_mask_t
*
events
,
esp_avrc_rn_event_ids_t
event_id
)
;
Arguments
Argument
Description
op
operation requested on the bit mask field
events
pointer to event notification capability bit mask structure
event_id
notification event code
Return value
For operation ESP_AVRC_BIT_MASK_OP_SET or ESP_AVRC_BIT_MASK_OP_CLEAR, return true for a successful operation, otherwise return false.
Examples
esp_avrc_rn_evt_bit_mask_operation()
is referenced by 3 libraries and example projects:
References
from
examples
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