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