Searched refs:ch_state (Results 1 - 7 of 7) sorted by relevance

/external/bluetooth/bluedroid/stack/avct/
H A Davct_l2c.c124 if (!avct_l2c_is_passive (p_lcb) || (p_lcb->ch_state == AVCT_CH_OPEN))
139 AVCT_TRACE_DEBUG("avct_l2c_connect_ind_cback: 0x%x, res: %d, ch_state: %d",
140 lcid, result, p_lcb->ch_state);
152 p_lcb->ch_state = AVCT_CH_CFG;
164 AVCT_TRACE_DEBUG("ch_state cni: %d ", p_lcb->ch_state);
186 AVCT_TRACE_DEBUG("avct_l2c_connect_cfm_cback lcid:0x%x result: %d ch_state: %d, conflict_lcid:0x%x",
187 lcid, result, p_lcb->ch_state, p_lcb->conflict_lcid);
189 if (p_lcb->ch_state == AVCT_CH_CONN)
195 p_lcb->ch_state
[all...]
H A Davct_int.h68 UINT8 ch_state; /* L2CAP channel state */ member in struct:__anon1193
79 UINT8 ch_state; /* L2CAP channel state */ member in struct:__anon1194
95 UINT8 ch_state; /* L2CAP channel state */ member in struct:__anon1195
H A Davct_api.c175 AVCT_TRACE_DEBUG("ch_state: %d", p_lcb->ch_state);
288 AVCT_TRACE_DEBUG("ch_state: %d", p_bcb->ch_state);
H A Davct_lcb_act.c178 p_lcb->ch_state = AVCT_CH_CONN;
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_main.c185 tGATT_CH_STATE ch_state; local
191 if ( (ch_state = gatt_get_ch_state(p_tcb)) != GATT_CH_CLOSING )
195 if (ch_state == GATT_CH_OPEN)
623 GATT_TRACE_DEBUG("gatt_l2c_connect_cfm_cback result: %d ch_state: %d, lcid:0x%x", result, gatt_get_ch_state(p_tcb), p_tcb->att_lcid);
1167 ** Description This function set the ch_state in tcb
1172 void gatt_set_ch_state(tGATT_TCB *p_tcb, tGATT_CH_STATE ch_state) argument
1176 GATT_TRACE_DEBUG ("gatt_set_ch_state: old=%d new=%d", p_tcb->ch_state, ch_state);
1177 p_tcb->ch_state = ch_state;
1192 tGATT_CH_STATE ch_state = GATT_CH_CLOSE; local
[all...]
H A Dgatt_int.h362 tGATT_CH_STATE ch_state; member in struct:__anon1290
561 extern void gatt_set_ch_state(tGATT_TCB *p_tcb, tGATT_CH_STATE ch_state);
H A Dgatt_utils.c717 if (gatt_cb.tcb[i].in_use && gatt_cb.tcb[i].ch_state == GATT_CH_OPEN)

Completed in 126 milliseconds