Searched defs:BldResp (Results 1 - 1 of 1) sorted by relevance

/system/bt/btif/src/
H A Dbtif_rc.c1841 tAVRC_STS BldResp=AVRC_STS_BAD_CMD; local
1852 BldResp=AVRC_BldCommand(&avrc_cmd, &p_msg);
1853 if (AVRC_STS_NO_ERROR == BldResp && p_msg) {
1865 BTIF_TRACE_ERROR("%s failed to build command:%d", __func__, BldResp);

Completed in 31 milliseconds