AIROC™ BTSDK v4.7 - Documentation | ||||
Data Structures | |
struct | wiced_bt_audio_record_event_data_ready_t |
Data associated with WICED_BT_AUDIO_RECORD_EVT_DATA_READY. More... | |
struct | wiced_bt_audio_record_event_audio_info_t |
Data associated with WICED_BT_AUDIO_RECORD_EVT_AUDIO_INFO. More... | |
union | wiced_bt_audio_record_event_data_t |
Union of data associated with NREC events. More... | |
Typedefs | |
typedef void( | wiced_bt_audio_record_callback_t )(wiced_bt_audio_record_event_t event, wiced_bt_audio_record_event_data_t *p_data) |
Audio Record Callback function type wiced_bt_audio_record_callback_t. More... | |
Enumerations | |
enum | wiced_bt_audio_record_event_t { WICED_BT_AUDIO_RECORD_EVT_DATA_READY = 3, WICED_BT_AUDIO_RECORD_EVT_AUDIO_INFO } |
Audio Record Events. More... | |
Functions | |
wiced_result_t | wiced_bt_audio_record_init (wiced_bt_audio_record_callback_t *p_callback) |
Function wiced_bt_audio_record_init. More... | |
wiced_result_t | wiced_bt_audio_record_enable (uint8_t enable, uint32_t *p_sample_rate) |
Function wiced_bt_audio_record_enable. More... | |