• Home
  • Raw
  • Download

Lines Matching refs:tAVRC_STS

51 static tAVRC_STS avrc_bld_get_capability_rsp(tAVRC_GET_CAPS_RSP* p_rsp,  in avrc_bld_get_capability_rsp()
58 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_bld_get_capability_rsp()
119 static tAVRC_STS avrc_bld_list_app_settings_attr_rsp( in avrc_bld_list_app_settings_attr_rsp()
165 static tAVRC_STS avrc_bld_list_app_settings_values_rsp( in avrc_bld_list_app_settings_values_rsp()
209 static tAVRC_STS avrc_bld_get_cur_app_setting_value_rsp( in avrc_bld_get_cur_app_setting_value_rsp()
261 static tAVRC_STS avrc_bld_set_app_setting_value_rsp( in avrc_bld_set_app_setting_value_rsp()
279 static tAVRC_STS avrc_bld_app_setting_text_rsp( in avrc_bld_app_setting_text_rsp()
284 tAVRC_STS sts = AVRC_STS_NO_ERROR; in avrc_bld_app_setting_text_rsp()
349 static tAVRC_STS avrc_bld_get_app_setting_attr_text_rsp( in avrc_bld_get_app_setting_attr_text_rsp()
366 static tAVRC_STS avrc_bld_get_app_setting_value_text_rsp( in avrc_bld_get_app_setting_value_text_rsp()
383 static tAVRC_STS avrc_bld_inform_charset_rsp(UNUSED_ATTR tAVRC_RSP* p_rsp, in avrc_bld_inform_charset_rsp()
401 static tAVRC_STS avrc_bld_inform_battery_status_rsp( in avrc_bld_inform_battery_status_rsp()
465 static tAVRC_STS avrc_bld_get_elem_attrs_rsp(tAVRC_GET_ATTRS_RSP* p_rsp, in avrc_bld_get_elem_attrs_rsp()
525 static tAVRC_STS avrc_bld_get_play_status_rsp(tAVRC_GET_PLAY_STATUS_RSP* p_rsp, in avrc_bld_get_play_status_rsp()
553 static tAVRC_STS avrc_bld_notify_rsp(tAVRC_REG_NOTIF_RSP* p_rsp, in avrc_bld_notify_rsp()
559 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_bld_notify_rsp()
682 static tAVRC_STS avrc_bld_next_rsp(tAVRC_NEXT_RSP* p_rsp, BT_HDR* p_pkt) { in avrc_bld_next_rsp()
702 static tAVRC_STS avrc_bld_set_absolute_volume_rsp(uint8_t abs_vol, in avrc_bld_set_absolute_volume_rsp()
726 tAVRC_STS avrc_bld_group_navigation_rsp(uint16_t navi_id, BT_HDR* p_pkt) { in avrc_bld_group_navigation_rsp()
747 static tAVRC_STS avrc_bld_rejected_rsp(tAVRC_RSP* p_rsp, BT_HDR* p_pkt) { in avrc_bld_rejected_rsp()
788 static tAVRC_STS avrc_bld_ctrl_status_rsp(tAVRC_RSP* p_rsp, BT_HDR* p_pkt) { in avrc_bld_ctrl_status_rsp()
812 static tAVRC_STS avrc_bld_set_addr_player_rsp(tAVRC_RSP* p_rsp, BT_HDR* p_pkt) { in avrc_bld_set_addr_player_rsp()
829 static tAVRC_STS avrc_bld_set_browsed_player_rsp(tAVRC_SET_BR_PLAYER_RSP* p_rsp, in avrc_bld_set_browsed_player_rsp()
904 static tAVRC_STS avrc_bld_get_folder_items_rsp(tAVRC_GET_ITEMS_RSP* p_rsp, in avrc_bld_get_folder_items_rsp()
916 tAVRC_STS status = AVRC_STS_NO_ERROR; in avrc_bld_get_folder_items_rsp()
1094 static tAVRC_STS avrc_bld_change_path_rsp(tAVRC_CHG_PATH_RSP* p_rsp, in avrc_bld_change_path_rsp()
1124 static tAVRC_STS avrc_bld_get_item_attrs_rsp(tAVRC_GET_ATTRS_RSP* p_rsp, in avrc_bld_get_item_attrs_rsp()
1200 static tAVRC_STS avrc_bld_get_num_of_item_rsp(tAVRC_GET_NUM_OF_ITEMS_RSP* p_rsp, in avrc_bld_get_num_of_item_rsp()
1238 static tAVRC_STS avrc_bld_search_rsp(tAVRC_SEARCH_RSP* p_rsp, BT_HDR* p_pkt) { in avrc_bld_search_rsp()
1265 static tAVRC_STS avrc_bld_play_item_rsp(tAVRC_RSP* p_rsp, BT_HDR* p_pkt) { in avrc_bld_play_item_rsp()
1280 static tAVRC_STS avrc_bld_add_to_now_playing_rsp(tAVRC_RSP* p_rsp, in avrc_bld_add_to_now_playing_rsp()
1366 tAVRC_STS AVRC_BldResponse(uint8_t handle, tAVRC_RESPONSE* p_rsp, in AVRC_BldResponse()
1368 tAVRC_STS status = AVRC_STS_BAD_PARAM; in AVRC_BldResponse()