Home
last modified time | relevance | path

Searched refs:sci_1 (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/bluetooth/audio/shell/
Dmcc.c1573 struct mpl_sci sci_1 = {0}; in cmd_mcc_send_search_ioptest() local
1591 sci_1.type = BT_MCS_SEARCH_TYPE_TRACK_NAME; in cmd_mcc_send_search_ioptest()
1592 strcpy(sci_1.param, "TSPX_Track_Name"); in cmd_mcc_send_search_ioptest()
1595 sci_1.type = BT_MCS_SEARCH_TYPE_ARTIST_NAME; in cmd_mcc_send_search_ioptest()
1596 strcpy(sci_1.param, "TSPX_Artist_Name"); in cmd_mcc_send_search_ioptest()
1599 sci_1.type = BT_MCS_SEARCH_TYPE_ALBUM_NAME; in cmd_mcc_send_search_ioptest()
1600 strcpy(sci_1.param, "TSPX_Album_Name"); in cmd_mcc_send_search_ioptest()
1603 sci_1.type = BT_MCS_SEARCH_TYPE_GROUP_NAME; in cmd_mcc_send_search_ioptest()
1604 strcpy(sci_1.param, "TSPX_Group_Name"); in cmd_mcc_send_search_ioptest()
1607 sci_1.type = BT_MCS_SEARCH_TYPE_EARLIEST_YEAR; in cmd_mcc_send_search_ioptest()
[all …]