HomeSort by relevance Sort by last modified time
    Searched refs:ch_state (Results 1 - 7 of 7) sorted by null

  /external/bluetooth/bluedroid/stack/avct/
avct_l2c.c 122 if (!avct_l2c_is_passive (p_lcb) || (p_lcb->ch_state == AVCT_CH_OPEN))
137 AVCT_TRACE_DEBUG3("avct_l2c_connect_ind_cback: 0x%x, res: %d, ch_state: %d",
138 lcid, result, p_lcb->ch_state);
150 p_lcb->ch_state = AVCT_CH_CFG;
162 AVCT_TRACE_DEBUG1("ch_state cni: %d ", p_lcb->ch_state);
184 AVCT_TRACE_DEBUG4("avct_l2c_connect_cfm_cback lcid:0x%x result: %d ch_state: %d, conflict_lcid:0x%x",
185 lcid, result, p_lcb->ch_state, p_lcb->conflict_lcid);
187 if (p_lcb->ch_state == AVCT_CH_CONN)
193 p_lcb->ch_state = AVCT_CH_CFG
    [all...]