Home | History | Annotate | Download | only in gatt

Lines Matching full:clcb

1489 ** Description      The function check clcb for conn_id is allocated or not
1502 if (gatt_cb.clcb[i].in_use && (gatt_cb.clcb[i].conn_id == conn_id))
1532 if (!gatt_cb.clcb[i].in_use)
1534 p_clcb = &gatt_cb.clcb[i];
1623 ** Returns total number of clcb found.
1632 if (gatt_cb.clcb[i].in_use && memcmp(gatt_cb.clcb[i].p_tcb->peer_bda, bda, BD_ADDR_LEN) == 0)
1644 ** Returns total number of clcb found.
1896 *p_gatt_if = gatt_cb.clcb[i].p_reg->gatt_if;
1940 ** Returns total number of clcb found.
1950 p_clcb = &gatt_cb.clcb[p_cmd->clcb_idx];
2114 p_clcb = &gatt_cb.clcb[i];
2660 for (i = 0, p_clcb = gatt_cb.clcb; i < GATT_CL_MAX_LCB; i++, p_clcb++)
2688 GATT_TRACE_DEBUG0 ("enqueue a new pending encryption channel clcb");