AIROC™ BTSDK v4.7 - Documentation | ||||
Data Structures | |
struct | wiced_bt_sco_hook_event_mic_samples_t |
Data associated with WICED_BT_SCO_HOOK_EVT_MIC_SAMPLES. More... | |
union | wiced_bt_sco_hook_event_data_t |
Union of data associated with SCO Hook events. More... | |
Typedefs | |
typedef wiced_bt_sco_hook_event_mic_samples_t | wiced_bt_sco_hook_event_spk_samples_t |
Data associated with WICED_BT_SCO_HOOK_EVT_SPK_SAMPLES. More... | |
typedef wiced_bt_sco_hook_event_mic_samples_t | wiced_bt_sco_hook_event_spk_inserted_zeros_t |
Data associated with WICED_BT_SCO_HOOK_EVT_SPK_INSERTED_ZEROS. More... | |
typedef void( | wiced_bt_sco_hook_callback_t )(wiced_bt_sco_hook_event_t event, wiced_bt_sco_hook_event_data_t *p_data) |
SCO Hook Callback function type wiced_bt_sco_hook_callback_t. More... | |
Enumerations | |
enum | wiced_bt_sco_hook_event_t { WICED_BT_SCO_HOOK_EVT_MIC_SAMPLES = 1, WICED_BT_SCO_HOOK_EVT_SPK_SAMPLES = 2, WICED_BT_SCO_HOOK_EVT_SPK_INSERTED_ZEROS = 3 } |
SCO Hook Events. More... | |
Functions | |
wiced_result_t | sco_aud_init (wiced_bt_sco_hook_callback_t *p_callback) |
Low Level external FW function definition. | |
wiced_result_t | wiced_bt_sco_hook_init (wiced_bt_sco_hook_callback_t *p_callback) |
Function wiced_bt_sco_hook_init. More... | |