Searched refs:AVRC_CLOSE_IND_EVT (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/stack/avrc/
H A Davrc_api.c42 AVRC_CLOSE_IND_EVT, /* AVCT_DISCONNECT_CFM_EVT */
43 AVRC_CLOSE_IND_EVT, /* AVCT_DISCONNECT_IND_EVT */
78 avrc_event = AVRC_CLOSE_IND_EVT;
415 ** AVRC_CLOSE_IND_EVT is received.
/external/bluetooth/bluedroid/stack/include/
H A Davrc_api.h60 /* AVRC_CLOSE_IND_EVT event is sent when a connection is closed.
64 #define AVRC_CLOSE_IND_EVT 1 macro
260 ** AVRC_CLOSE_IND_EVT is received.
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_act.c218 else if (event == AVRC_CLOSE_IND_EVT)

Completed in 23 milliseconds