Home
last modified time | relevance | path

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

/system/bt/stack/avrc/
Davrc_api.cc71 #define AVRC_MSG_MASK_IS_VENDOR_CMD 0x01 macro
145 if (param->msg_mask & AVRC_MSG_MASK_IS_VENDOR_CMD) { in avrc_process_timeout()
178 avrc_start_cmd_timer(handle, next_label, AVRC_MSG_MASK_IS_VENDOR_CMD); in avrc_send_next_vendor_cmd()
1171 msg_mask |= AVRC_MSG_MASK_IS_VENDOR_CMD; in AVRC_MsgReq()