Arduino A2DP
|
This is the complete list of members for BluetoothA2DPCommon, including all inherited members.
audio_state (defined in BluetoothA2DPCommon) | BluetoothA2DPCommon | protected |
audio_state_callback (defined in BluetoothA2DPCommon) | BluetoothA2DPCommon | protected |
audio_state_callback_post (defined in BluetoothA2DPCommon) | BluetoothA2DPCommon | protected |
audio_state_obj (defined in BluetoothA2DPCommon) | BluetoothA2DPCommon | protected |
audio_state_obj_post (defined in BluetoothA2DPCommon) | BluetoothA2DPCommon | protected |
bluedroid_config (defined in BluetoothA2DPCommon) | BluetoothA2DPCommon | protected |
bluedroid_init() (defined in BluetoothA2DPCommon) | BluetoothA2DPCommon | protectedvirtual |
bt_mode (defined in BluetoothA2DPCommon) | BluetoothA2DPCommon | protected |
bt_name (defined in BluetoothA2DPCommon) | BluetoothA2DPCommon | protected |
bt_start() | BluetoothA2DPCommon | protectedvirtual |
clean_last_connection() | BluetoothA2DPCommon | virtual |
connect_to(esp_bd_addr_t peer) | BluetoothA2DPCommon | virtual |
connection_state (defined in BluetoothA2DPCommon) | BluetoothA2DPCommon | protected |
connection_state_callback (defined in BluetoothA2DPCommon) | BluetoothA2DPCommon | protected |
connection_state_obj (defined in BluetoothA2DPCommon) | BluetoothA2DPCommon | protected |
debounce(void(*cb)(void), int ms) | BluetoothA2DPCommon | virtual |
debounce_ms (defined in BluetoothA2DPCommon) | BluetoothA2DPCommon | protected |
default_reconnect_timout (defined in BluetoothA2DPCommon) | BluetoothA2DPCommon | protected |
default_volume_control (defined in BluetoothA2DPCommon) | BluetoothA2DPCommon | protected |
delay_ms(uint32_t millis) | BluetoothA2DPCommon | |
disconnect() | BluetoothA2DPCommon | virtual |
discoverability (defined in BluetoothA2DPCommon) | BluetoothA2DPCommon | protected |
end(bool releaseMemory=false) | BluetoothA2DPCommon | virtual |
esp_a2d_connect(esp_bd_addr_t peer)=0 (defined in BluetoothA2DPCommon) | BluetoothA2DPCommon | protectedpure virtual |
event_queue_size (defined in BluetoothA2DPCommon) | BluetoothA2DPCommon | protected |
event_stack_size (defined in BluetoothA2DPCommon) | BluetoothA2DPCommon | protected |
get_audio_state() | BluetoothA2DPCommon | virtual |
get_connection_state() | BluetoothA2DPCommon | virtual |
get_last_connection() (defined in BluetoothA2DPCommon) | BluetoothA2DPCommon | protectedvirtual |
get_last_peer_address() | BluetoothA2DPCommon | inlinevirtual |
get_millis() | BluetoothA2DPCommon | |
get_name() | BluetoothA2DPCommon | inlinevirtual |
get_volume() | BluetoothA2DPCommon | inlinevirtual |
has_last_connection() (defined in BluetoothA2DPCommon) | BluetoothA2DPCommon | protectedvirtual |
is_autoreconnect_allowed (defined in BluetoothA2DPCommon) | BluetoothA2DPCommon | protected |
is_connected() | BluetoothA2DPCommon | inlinevirtual |
is_start_disabled (defined in BluetoothA2DPCommon) | BluetoothA2DPCommon | protected |
is_volume_used (defined in BluetoothA2DPCommon) | BluetoothA2DPCommon | protected |
last_bda_nvs_name()=0 (defined in BluetoothA2DPCommon) | BluetoothA2DPCommon | protectedpure virtual |
last_connection (defined in BluetoothA2DPCommon) | BluetoothA2DPCommon | protected |
log_free_heap() | BluetoothA2DPCommon | |
m_a2d_audio_state_str (defined in BluetoothA2DPCommon) | BluetoothA2DPCommon | protected |
m_a2d_conn_state_str (defined in BluetoothA2DPCommon) | BluetoothA2DPCommon | protected |
m_avrc_playback_state_str (defined in BluetoothA2DPCommon) | BluetoothA2DPCommon | protected |
peer_bd_addr (defined in BluetoothA2DPCommon) | BluetoothA2DPCommon | protected |
read_address(const char *name, esp_bd_addr_t &bda) (defined in BluetoothA2DPCommon) | BluetoothA2DPCommon | protectedvirtual |
reconnect() | BluetoothA2DPCommon | virtual |
reconnect_status (defined in BluetoothA2DPCommon) | BluetoothA2DPCommon | protected |
reconnect_timout (defined in BluetoothA2DPCommon) | BluetoothA2DPCommon | protected |
set_auto_reconnect(bool active) | BluetoothA2DPCommon | |
set_bluedroid_config_t(esp_bluedroid_config_t cfg) | BluetoothA2DPCommon | inline |
set_connectable(bool connectable) | BluetoothA2DPCommon | inlinevirtual |
set_connected(bool active) | BluetoothA2DPCommon | virtual |
set_default_bt_mode(esp_bt_mode_t mode) | BluetoothA2DPCommon | inlinevirtual |
set_discoverability(esp_bt_discovery_mode_t d) | BluetoothA2DPCommon | virtual |
set_event_queue_size(int size) | BluetoothA2DPCommon | inline |
set_event_stack_size(int size) | BluetoothA2DPCommon | inline |
set_last_connection(esp_bd_addr_t bda) (defined in BluetoothA2DPCommon) | BluetoothA2DPCommon | protectedvirtual |
set_on_audio_state_changed(void(*callBack)(esp_a2d_audio_state_t state, void *), void *obj=nullptr) | BluetoothA2DPCommon | virtual |
set_on_audio_state_changed_post(void(*callBack)(esp_a2d_audio_state_t state, void *), void *obj=nullptr) | BluetoothA2DPCommon | virtual |
set_on_connection_state_changed(void(*callBack)(esp_a2d_connection_state_t state, void *), void *obj=nullptr) | BluetoothA2DPCommon | virtual |
set_scan_mode_connectable(bool connectable) | BluetoothA2DPCommon | protectedvirtual |
set_scan_mode_connectable_default()=0 (defined in BluetoothA2DPCommon) | BluetoothA2DPCommon | protectedpure virtual |
set_task_core(BaseType_t core) | BluetoothA2DPCommon | inline |
set_task_priority(UBaseType_t priority) | BluetoothA2DPCommon | inline |
set_volume(uint8_t volume) | BluetoothA2DPCommon | inlinevirtual |
set_volume_control(A2DPVolumeControl *ptr) | BluetoothA2DPCommon | inlinevirtual |
task_core (defined in BluetoothA2DPCommon) | BluetoothA2DPCommon | protected |
task_priority (defined in BluetoothA2DPCommon) | BluetoothA2DPCommon | protected |
to_str(esp_a2d_connection_state_t state) | BluetoothA2DPCommon | |
to_str(esp_a2d_audio_state_t state) | BluetoothA2DPCommon | |
to_str(esp_bd_addr_t bda) | BluetoothA2DPCommon | |
to_str(esp_avrc_playback_stat_t state) | BluetoothA2DPCommon | |
volume_control() | BluetoothA2DPCommon | inlineprotectedvirtual |
volume_control_ptr (defined in BluetoothA2DPCommon) | BluetoothA2DPCommon | protected |
volume_value (defined in BluetoothA2DPCommon) | BluetoothA2DPCommon | protected |
write_address(const char *name, esp_bd_addr_t bda) (defined in BluetoothA2DPCommon) | BluetoothA2DPCommon | protectedvirtual |
~BluetoothA2DPCommon()=default | BluetoothA2DPCommon | virtual |