Searched refs:AVDT_CLOSE_INT (Results 1 – 2 of 2) sorted by relevance
779 if ((p_scb->role == AVDT_CLOSE_INT) || (p_scb->role == AVDT_OPEN_INT)) { in avdt_scb_hdl_tc_close()784 (p_scb->role == AVDT_CLOSE_INT) ? AVDT_CLOSE_CFM_EVT : AVDT_CLOSE_IND_EVT; in avdt_scb_hdl_tc_close()1014 p_scb->role = AVDT_CLOSE_INT; in avdt_scb_snd_abort_req()1052 p_scb->role = AVDT_CLOSE_INT; in avdt_scb_snd_close_req()
58 #define AVDT_CLOSE_INT 1 macro