5.13.0.0R1
Software Development Kit
wiced_bt_hfp_hf.h File Reference

Data Structures

struct  wiced_bt_hfp_hf_call_data_t
 
struct  wiced_bt_hfp_hf_event_data_t
 
struct  wiced_bt_hfp_hf_volume_data_t
 

Typedefs

typedef void(* wiced_bt_hfp_hf_event_cb_t) (wiced_bt_hfp_hf_event_t event, wiced_bt_hfp_hf_event_data_t *p_data)
 

Enumerations

Functions

wiced_result_t wiced_bt_hfp_hf_connect (wiced_bt_device_address_t bd_address)
 
wiced_result_t wiced_bt_hfp_hf_deinit (void)
 
wiced_result_t wiced_bt_hfp_hf_disconnect (wiced_bt_device_address_t bd_address)
 
wiced_result_t wiced_bt_hfp_hf_init (wiced_bt_hfp_hf_config_data_t *p_config_data, wiced_bt_hfp_hf_event_cb_t event_cb)
 
wiced_result_t wiced_bt_hfp_hf_notify_volume (wiced_bt_device_address_t bd_address, wiced_bt_hfp_hf_volume_type_t volume_type, uint8_t volume_level)
 
wiced_result_t wiced_bt_hfp_hf_perform_call_action (wiced_bt_device_address_t bd_address, wiced_bt_hfp_hf_call_action_t action, char *number)
 
wiced_result_t wiced_bt_hfp_hf_send_at_cmd (wiced_bt_device_address_t bd_address, char *at_cmd)
 

Detailed Description

This file Contains Hand Free Profile - Hands Free Device APIs and definitions.