Lines Matching refs:chg_path
1641 HAL_CBACK(bt_rc_callbacks, change_path_cb, pavrc_cmd->chg_path.direction, in btif_rc_upstreams_evt()
1642 pavrc_cmd->chg_path.folder_uid, p_dev->rc_addr); in btif_rc_upstreams_evt()
2373 avrc_rsp.chg_path.pdu = AVRC_PDU_CHANGE_PATH; in change_path_rsp()
2374 avrc_rsp.chg_path.opcode = opcode_from_pdu(AVRC_PDU_CHANGE_PATH); in change_path_rsp()
2375 avrc_rsp.chg_path.num_items = num_items; in change_path_rsp()
2376 avrc_rsp.chg_path.status = status_code_map[rsp_status]; in change_path_rsp()
4415 handle_change_path_response(pmeta_msg, &avrc_response.chg_path); in handle_avk_rc_metamsg_rsp()
4791 avrc_cmd.chg_path.pdu = AVRC_PDU_CHANGE_PATH; in change_folder_path_cmd()
4792 avrc_cmd.chg_path.status = AVRC_STS_NO_ERROR; in change_folder_path_cmd()
4794 avrc_cmd.chg_path.uid_counter = 0; in change_folder_path_cmd()
4795 avrc_cmd.chg_path.direction = direction; in change_folder_path_cmd()
4797 memset(avrc_cmd.chg_path.folder_uid, 0, AVRC_UID_SIZE * sizeof(uint8_t)); in change_folder_path_cmd()
4798 memcpy(avrc_cmd.chg_path.folder_uid, uid, AVRC_UID_SIZE * sizeof(uint8_t)); in change_folder_path_cmd()