Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/avrc/
Davrc_int.h116 #define AVRC_CB_FLAGS_RSP_PENDING 0x01 /* Waiting for AVRC response */ macro
Davrc_api.cc141 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()