Searched defs:ch_state (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/stack/avct/
H A Davct_int.h68 UINT8 ch_state; /* L2CAP channel state */ member in struct:__anon1057
79 UINT8 ch_state; /* L2CAP channel state */ member in struct:__anon1058
95 UINT8 ch_state; /* L2CAP channel state */ member in struct:__anon1059
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_main.c181 tGATT_CH_STATE ch_state; local
187 if ( (ch_state = gatt_get_ch_state(p_tcb)) != GATT_CH_CLOSING )
191 if (ch_state == GATT_CH_OPEN)
568 GATT_TRACE_DEBUG3("gatt_l2c_connect_cfm_cback result: %d ch_state: %d, lcid:0x%x", result, gatt_get_ch_state(p_tcb), p_tcb->att_lcid);
1102 ** Description This function set the ch_state in tcb
1107 void gatt_set_ch_state(tGATT_TCB *p_tcb, tGATT_CH_STATE ch_state) argument
1111 GATT_TRACE_DEBUG2 ("gatt_set_ch_state: old=%d new=%d", p_tcb->ch_state, ch_state);
1112 p_tcb->ch_state = ch_state;
1127 tGATT_CH_STATE ch_state = GATT_CH_CLOSE; local
[all...]
H A Dgatt_int.h346 tGATT_CH_STATE ch_state; member in struct:__anon1151
531 extern void gatt_set_ch_state(tGATT_TCB *p_tcb, tGATT_CH_STATE ch_state);

Completed in 88 milliseconds