Zephyr API 3.6.99
|
Struct to hold callbacks for the Audio Input Control Service. More...
#include <aics.h>
Data Fields | |
bt_aics_state_cb | state |
The audio input state has changed. | |
bt_aics_gain_setting_cb | gain_setting |
The gain setting has changed. | |
bt_aics_type_cb | type |
The audio input type has changed. | |
bt_aics_status_cb | status |
The audio input status has changed. | |
bt_aics_description_cb | description |
The audio input decscription has changed. | |
bt_aics_discover_cb | discover |
The discovery has completed. | |
bt_aics_write_cb | set_gain |
The set gain operation has completed. | |
bt_aics_write_cb | unmute |
The unmute operation has completed. | |
bt_aics_write_cb | mute |
The mut operation has completed. | |
bt_aics_write_cb | set_manual_mode |
The set manual mode operation has completed. | |
bt_aics_write_cb | set_auto_mode |
The set automatic mode has completed. | |
Struct to hold callbacks for the Audio Input Control Service.
Used by both clients and servers
bt_aics_description_cb bt_aics_cb::description |
The audio input decscription has changed.
bt_aics_discover_cb bt_aics_cb::discover |
The discovery has completed.
bt_aics_gain_setting_cb bt_aics_cb::gain_setting |
The gain setting has changed.
bt_aics_write_cb bt_aics_cb::mute |
The mut operation has completed.
bt_aics_write_cb bt_aics_cb::set_auto_mode |
The set automatic mode has completed.
bt_aics_write_cb bt_aics_cb::set_gain |
The set gain operation has completed.
bt_aics_write_cb bt_aics_cb::set_manual_mode |
The set manual mode operation has completed.
bt_aics_state_cb bt_aics_cb::state |
The audio input state has changed.
bt_aics_status_cb bt_aics_cb::status |
The audio input status has changed.
bt_aics_type_cb bt_aics_cb::type |
The audio input type has changed.
bt_aics_write_cb bt_aics_cb::unmute |
The unmute operation has completed.