Home
last modified time | relevance | path

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

/system/bt/stack/avrc/
Davrc_int.h115 #define AVRC_CB_FLAGS_RSP_PENDING 0x01 /* Waiting for AVRC response */ macro
Davrc_api.cc116 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()