Searched refs:sci_1 (Results 1 – 1 of 1) sorted by relevance
1549 struct mpl_sci sci_1 = {0}; in cmd_mcc_send_search_ioptest() local1567 sci_1.type = BT_MCS_SEARCH_TYPE_TRACK_NAME; in cmd_mcc_send_search_ioptest()1568 strcpy(sci_1.param, "TSPX_Track_Name"); in cmd_mcc_send_search_ioptest()1571 sci_1.type = BT_MCS_SEARCH_TYPE_ARTIST_NAME; in cmd_mcc_send_search_ioptest()1572 strcpy(sci_1.param, "TSPX_Artist_Name"); in cmd_mcc_send_search_ioptest()1575 sci_1.type = BT_MCS_SEARCH_TYPE_ALBUM_NAME; in cmd_mcc_send_search_ioptest()1576 strcpy(sci_1.param, "TSPX_Album_Name"); in cmd_mcc_send_search_ioptest()1579 sci_1.type = BT_MCS_SEARCH_TYPE_GROUP_NAME; in cmd_mcc_send_search_ioptest()1580 strcpy(sci_1.param, "TSPX_Group_Name"); in cmd_mcc_send_search_ioptest()1583 sci_1.type = BT_MCS_SEARCH_TYPE_EARLIEST_YEAR; in cmd_mcc_send_search_ioptest()[all …]