Searched refs:AVDT_CLOSE_INT (Results 1 – 2 of 2) sorted by relevance
1006 if ((p_scb->role == AVDT_CLOSE_INT) || (p_scb->role == AVDT_OPEN_INT)) in avdt_scb_hdl_tc_close()1011 event = (p_scb->role == AVDT_CLOSE_INT) ? AVDT_CLOSE_CFM_EVT : AVDT_CLOSE_IND_EVT; in avdt_scb_hdl_tc_close()1347 p_scb->role = AVDT_CLOSE_INT; in avdt_scb_snd_abort_req()1383 p_scb->role = AVDT_CLOSE_INT; in avdt_scb_snd_close_req()
82 #define AVDT_CLOSE_INT 1 macro