|
wiced_result_t | wiced_bt_avrc_ct_init (uint32_t local_features, uint8_t *supported_events, wiced_bt_avrc_ct_connection_state_cback_t p_connection_cb, wiced_bt_avrc_ct_cmd_cback_t p_cmd_cb, wiced_bt_avrc_ct_rsp_cback_t p_rsp_cb, wiced_bt_avrc_ct_pt_rsp_cback_t p_ptrsp_cb) |
| AVRC remote control functions. More...
|
|
wiced_result_t | wiced_bt_avrc_ct_features_register (wiced_bt_avrc_ct_features_cback_t features_callback) |
| Function wiced_bt_avrc_ct_features_register. More...
|
|
wiced_result_t | wiced_bt_avrc_ct_connect (wiced_bt_device_address_t remote_addr) |
| Function wiced_bt_avrc_ct_connect. More...
|
|
wiced_result_t | wiced_bt_avrc_ct_disconnect (uint8_t handle) |
| Function wiced_bt_avrc_ct_disconnect. More...
|
|
wiced_result_t | wiced_bt_avrc_ct_send_pass_through_cmd (uint8_t handle, uint8_t cmd, uint8_t state, uint8_t data_len, uint8_t *data) |
| Function wiced_bt_avrc_ct_send_pass_through_cmd. More...
|
|
wiced_result_t | wiced_bt_avrc_ct_send_unit_info_cmd (uint16_t handle) |
| Function wiced_bt_avrc_ct_send_unit_info_cmd. More...
|
|
wiced_result_t | wiced_bt_avrc_ct_send_sub_unit_info_cmd (uint16_t handle) |
| Function wiced_bt_avrc_ct_send_sub_unit_info_cmd. More...
|
|
wiced_result_t | wiced_bt_avrc_ct_get_element_attr_cmd (uint8_t handle, wiced_bt_avrc_uid_t element_id, uint8_t num_attr, uint8_t *p_attrs) |
| Function wiced_bt_avrc_ct_get_element_attr_cmd. More...
|
|
wiced_result_t | wiced_bt_avrc_ct_get_play_status_cmd (uint8_t handle) |
| Function wiced_bt_avrc_ct_get_play_status_cmd. More...
|
|
wiced_result_t | wiced_bt_avrc_ct_list_player_attrs_cmd (uint8_t handle) |
| Function wiced_bt_avrc_ct_list_player_attrs_cmd. More...
|
|
wiced_result_t | wiced_bt_avrc_ct_list_player_values_cmd (uint8_t handle, uint8_t attr) |
| Function wiced_bt_avrc_ct_list_player_values_cmd. More...
|
|
wiced_result_t | wiced_bt_avrc_ct_get_player_value_cmd (uint8_t handle, uint8_t num_attr, uint8_t *p_attrs) |
| Function wiced_bt_avrc_ct_get_player_value_cmd. More...
|
|
wiced_result_t | wiced_bt_avrc_ct_set_player_value_cmd (uint8_t handle, wiced_bt_avrc_player_app_param_t *p_vals) |
| Function wiced_bt_avrc_ct_set_player_value_cmd. More...
|
|
wiced_result_t | wiced_bt_avrc_ct_get_player_attrs_text_cmd (uint8_t handle, uint8_t num_attr, uint8_t *p_attrs) |
| Function wiced_bt_avrc_ct_get_player_attrs_text_cmd. More...
|
|
wiced_result_t | wiced_bt_avrc_ct_get_player_values_text_cmd (uint8_t handle, uint8_t attr, uint8_t num_val, uint8_t *p_values) |
| Function wiced_bt_avrc_ct_get_player_values_text_cmd. More...
|
|
wiced_result_t | wiced_bt_avrc_ct_set_addressed_player_cmd (uint8_t handle, uint16_t player_id) |
| Function wiced_bt_avrc_ct_set_addressed_player_cmd. More...
|
|
wiced_result_t | wiced_bt_avrc_ct_set_browsed_player_cmd (uint8_t handle, uint16_t player_id) |
| Function wiced_bt_avrc_ct_set_browsed_player_cmd. More...
|
|
wiced_result_t | wiced_bt_avrc_ct_change_path_cmd (uint8_t handle, uint8_t direction, wiced_bt_avrc_uid_t path_uid) |
| Function wiced_bt_avrc_ct_change_path_cmd. More...
|
|
wiced_result_t | wiced_bt_avrc_ct_get_folder_items_cmd (uint8_t handle, uint8_t scope, uint32_t start_item, uint32_t end_item, uint8_t num_attr, uint32_t *p_attrs) |
| Function wiced_bt_avrc_ct_get_folder_items_cmd. More...
|
|
wiced_result_t | wiced_bt_avrc_ct_get_item_attributes_cmd (uint8_t handle, uint8_t scope, wiced_bt_avrc_uid_t path_uid, uint8_t num_attr, uint32_t *p_attrs) |
| Function wiced_bt_avrc_ct_get_item_attributes_cmd. More...
|
|
wiced_result_t | wiced_bt_avrc_ct_search_cmd (uint8_t handle, wiced_bt_avrc_full_name_t search_string) |
| Function wiced_bt_avrc_ct_search_cmd. More...
|
|
wiced_result_t | wiced_bt_avrc_ct_play_item_cmd (uint8_t handle, uint8_t scope, wiced_bt_avrc_uid_t item_uid) |
| Function wiced_bt_avrc_ct_play_item_cmd. More...
|
|
wiced_result_t | wiced_bt_avrc_ct_add_to_now_playing_cmd (uint8_t handle, uint8_t scope, wiced_bt_avrc_uid_t item_uid) |
| Function wiced_bt_avrc_ct_add_to_now_playing_cmd. More...
|
|
wiced_result_t | wiced_bt_avrc_ct_set_volume_cmd (uint8_t handle, uint8_t volume) |
| Function wiced_bt_avrc_ct_set_volume_cmd. More...
|
|
wiced_result_t | wiced_bt_avrc_ct_lrac_switch_get (void *p_opaque, uint16_t *p_sync_data_len) |
| API To get LRAC Switch data. More...
|
|
wiced_result_t | wiced_bt_avrc_ct_lrac_switch_set (void *p_opaque, uint16_t sync_data_len) |
| API To set LRAC Switch data. More...
|
|
Bluetooth AVRC Remote Control Application Programming AIROC Interface.