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

  /system/bt/stack/avct/
avct_int.h 69 UINT8 ch_state; /* L2CAP channel state */ member in struct:__anon72411
80 UINT8 ch_state; /* L2CAP channel state */ member in struct:__anon72412
96 UINT8 ch_state; /* L2CAP channel state */ member in struct:__anon72413
  /system/bt/stack/gatt/
gatt_main.c 232 tGATT_CH_STATE ch_state; local
239 if ( (ch_state = gatt_get_ch_state(p_tcb)) != GATT_CH_CLOSING )
243 if (ch_state == GATT_CH_OPEN)
256 if ((ch_state == GATT_CH_OPEN) || (ch_state == GATT_CH_CFG))
677 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);
1244 tGATT_CH_STATE ch_state = GATT_CH_CLOSE; local
    [all...]
gatt_int.h 360 tGATT_CH_STATE ch_state; member in struct:__anon72508
541 extern void gatt_set_ch_state(tGATT_TCB *p_tcb, tGATT_CH_STATE ch_state);

Completed in 108 milliseconds