Home
last modified time | relevance | path

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

/system/bt/stack/avrc/
Davrc_sdp.cc117 return AVRC_BAD_PARAM; in AVRC_FindService()
201 return AVRC_BAD_PARAM; in AVRC_AddRecord()
Davrc_api.cc1112 if (!p_pkt) return AVRC_BAD_PARAM; in AVRC_MsgReq()
1283 if (!p_msg) return AVRC_BAD_PARAM; in AVRC_PassCmd()
1325 if (!p_msg) return AVRC_BAD_PARAM; in AVRC_PassRsp()
/system/bt/stack/include/
Davrc_api.h54 #define AVRC_BAD_PARAM 0x11 macro