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

  /external/bluetooth/bluedroid/stack/gatt/
gatt_main.c 153 if (gatt_get_ch_state(p_tcb) != GATT_CH_OPEN)
191 if ( (ch_state = gatt_get_ch_state(p_tcb)) != GATT_CH_CLOSING )
331 st = gatt_get_ch_state(p_tcb);
414 if ( gatt_get_ch_state(p_tcb) == GATT_CH_CONN)
533 gatt_get_ch_state(p_tcb) >= GATT_CH_OPEN)
544 gatt_get_ch_state(p_tcb));
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);
626 if (gatt_get_ch_state(p_tcb) == GATT_CH_CONN)
676 if ( gatt_get_ch_state(p_tcb) == GATT_CH_CFG)
857 gatt_get_ch_state(p_tcb) == GATT_CH_OPEN
1190 tGATT_CH_STATE gatt_get_ch_state(tGATT_TCB *p_tcb) function
    [all...]
gatt_api.c     [all...]
gatt_int.h 562 extern tGATT_CH_STATE gatt_get_ch_state(tGATT_TCB *p_tcb);
gatt_utils.c     [all...]

Completed in 39 milliseconds