Home | History | Annotate | Download | only in gatt

Lines Matching refs:clcb

1174     tGATT_CLCB *p_clcb = &gatt_cb.clcb[clcb_idx];
1231 GATT_TRACE_WARNING("gatt_rsp_timeout clcb is already deleted");
1586 ** Description The function check clcb for conn_id is allocated or not
1599 if (gatt_cb.clcb[i].in_use && (gatt_cb.clcb[i].conn_id == conn_id))
1629 if (!gatt_cb.clcb[i].in_use)
1631 p_clcb = &gatt_cb.clcb[i];
1720 ** Returns total number of clcb found.
1729 if (gatt_cb.clcb[i].in_use && memcmp(gatt_cb.clcb[i].p_tcb->peer_bda, bda, BD_ADDR_LEN) == 0)
1741 ** Returns total number of clcb found.
1994 *p_gatt_if = gatt_cb.clcb[i].p_reg->gatt_if;
2038 ** Returns total number of clcb found.
2048 p_clcb = &gatt_cb.clcb[p_cmd->clcb_idx];
2215 p_clcb = &gatt_cb.clcb[i];
2745 GATT_TRACE_DEBUG ("enqueue a new pending encryption channel clcb");