Home
last modified time | relevance | path

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

/system/bt/stack/avrc/
Davrc_api.c58 #define AVRC_OP_DROP 0xFE /* use this unused opcode to indication no need to call the cal… macro
279 p_msg->hdr.opcode = AVRC_OP_DROP; /* used the p_pkt to send response */ in avrc_proc_vendor_command()
477 else if (p_msg->hdr.opcode == AVRC_OP_DROP) in avrc_proc_far_msg()