Searched refs:AVDT_CLOSE_INT (Results 1 – 2 of 2) sorted by relevance
804 if ((p_scb->role == AVDT_CLOSE_INT) || (p_scb->role == AVDT_OPEN_INT)) { in avdt_scb_hdl_tc_close()809 (p_scb->role == AVDT_CLOSE_INT) ? AVDT_CLOSE_CFM_EVT : AVDT_CLOSE_IND_EVT; in avdt_scb_hdl_tc_close()1044 p_scb->role = AVDT_CLOSE_INT; in avdt_scb_snd_abort_req()1080 p_scb->role = AVDT_CLOSE_INT; in avdt_scb_snd_close_req()
61 #define AVDT_CLOSE_INT 1 macro