Lines Matching full:clcb
1202 tGATT_CLCB *p_clcb = &gatt_cb.clcb[clcb_idx];
1266 GATT_TRACE_WARNING("%s clcb is already deleted", __func__);
1640 ** Description The function check clcb for conn_id is allocated or not
1653 if (gatt_cb.clcb[i].in_use && (gatt_cb.clcb[i].conn_id == conn_id))
1683 if (!gatt_cb.clcb[i].in_use)
1685 p_clcb = &gatt_cb.clcb[i];
1775 ** Returns total number of clcb found.
1784 if (gatt_cb.clcb[i].in_use && memcmp(gatt_cb.clcb[i].p_tcb->peer_bda, bda, BD_ADDR_LEN) == 0)
1796 ** Returns total number of clcb found.
2049 *p_gatt_if = gatt_cb.clcb[i].p_reg->gatt_if;
2093 ** Returns total number of clcb found.
2103 p_clcb = &gatt_cb.clcb[p_cmd->clcb_idx];
2267 p_clcb = &gatt_cb.clcb[i];
2799 GATT_TRACE_DEBUG("enqueue a new pending encryption channel clcb");