Searched refs:AVRC_CB_FLAGS_RSP_PENDING (Results 1 – 2 of 2) sorted by relevance
115 #define AVRC_CB_FLAGS_RSP_PENDING 0x01 /* Waiting for AVRC response */ macro
116 avrc_cb.ccb_int[handle].flags &= ~AVRC_CB_FLAGS_RSP_PENDING; in avrc_flush_cmd_q()185 avrc_cb.ccb_int[handle].flags &= ~AVRC_CB_FLAGS_RSP_PENDING; in avrc_send_next_vendor_cmd()1258 (avrc_cb.ccb_int[handle].flags & AVRC_CB_FLAGS_RSP_PENDING) && in AVRC_MsgReq()1283 avrc_cb.ccb_int[handle].flags |= AVRC_CB_FLAGS_RSP_PENDING; in AVRC_MsgReq()