Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/avrc/
Davrc_sdp.cc130 return AVRC_BAD_PARAM; in AVRC_FindService()
228 return AVRC_BAD_PARAM; in AVRC_AddRecord()
Davrc_api.cc1191 if (!p_pkt) return AVRC_BAD_PARAM; in AVRC_MsgReq()
1368 if (!p_msg) return AVRC_BAD_PARAM; in AVRC_PassCmd()
1410 if (!p_msg) return AVRC_BAD_PARAM; in AVRC_PassRsp()
/packages/modules/Bluetooth/system/stack/include/
Davrc_api.h59 #define AVRC_BAD_PARAM 0x11 macro