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

  /external/bluetooth/bluedroid/stack/gatt/
gatt_main.c 186 if ( (ch_state = gatt_get_ch_state(p_tcb)) != GATT_CH_CLOSING )
324 if(gatt_get_ch_state(p_tcb) == GATT_CH_CLOSING )
404 if ( gatt_get_ch_state(p_tcb) == GATT_CH_CONN)
472 gatt_get_ch_state(p_tcb) >= GATT_CH_OPEN)
483 gatt_get_ch_state(p_tcb));
561 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);
564 if (gatt_get_ch_state(p_tcb) == GATT_CH_CONN)
614 if ( gatt_get_ch_state(p_tcb) == GATT_CH_CFG)
785 gatt_get_ch_state(p_tcb) == GATT_CH_OPEN)
1104 tGATT_CH_STATE gatt_get_ch_state(tGATT_TCB *p_tcb) function
    [all...]
gatt_auth.c 401 if ( gatt_get_ch_state(p_tcb) == GATT_CH_OPEN)
gatt_api.c     [all...]
gatt_int.h 520 extern tGATT_CH_STATE gatt_get_ch_state(tGATT_TCB *p_tcb);
gatt_utils.c     [all...]

Completed in 98 milliseconds