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

  /system/bt/stack/gatt/
gatt_main.c 176 if (gatt_get_ch_state(p_tcb) != GATT_CH_OPEN)
214 if ( (ch_state = gatt_get_ch_state(p_tcb)) != GATT_CH_CLOSING )
354 st = gatt_get_ch_state(p_tcb);
437 if ( gatt_get_ch_state(p_tcb) == GATT_CH_CONN)
556 gatt_get_ch_state(p_tcb) >= GATT_CH_OPEN)
567 gatt_get_ch_state(p_tcb));
646 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);
649 if (gatt_get_ch_state(p_tcb) == GATT_CH_CONN)
699 if ( gatt_get_ch_state(p_tcb) == GATT_CH_CFG)
880 gatt_get_ch_state(p_tcb) == GATT_CH_OPEN
1211 tGATT_CH_STATE gatt_get_ch_state(tGATT_TCB *p_tcb) function
    [all...]
gatt_api.c     [all...]
gatt_int.h 561 extern tGATT_CH_STATE gatt_get_ch_state(tGATT_TCB *p_tcb);
gatt_utils.c     [all...]

Completed in 1603 milliseconds