Lines Matching refs:tGATT_CLCB
1203 tGATT_CLCB *p_clcb = &gatt_cb.clcb[clcb_idx]; in gatt_start_rsp_timer()
1263 tGATT_CLCB *p_clcb = (tGATT_CLCB *)data; in gatt_rsp_timeout()
1673 tGATT_CLCB *gatt_clcb_alloc (UINT16 conn_id) in gatt_clcb_alloc()
1676 tGATT_CLCB *p_clcb = NULL; in gatt_clcb_alloc()
1708 void gatt_clcb_dealloc (tGATT_CLCB *p_clcb) in gatt_clcb_dealloc()
1713 memset(p_clcb, 0, sizeof(tGATT_CLCB)); in gatt_clcb_dealloc()
2097 tGATT_CLCB * gatt_cmd_dequeue(tGATT_TCB *p_tcb, UINT8 *p_op_code) in gatt_cmd_dequeue()
2100 tGATT_CLCB *p_clcb = NULL; in gatt_cmd_dequeue()
2173 void gatt_end_operation(tGATT_CLCB *p_clcb, tGATT_STATUS status, void *p_data) in gatt_end_operation()
2254 tGATT_CLCB *p_clcb; in gatt_cleanup_upon_disc()
2794 tGATT_PENDING_ENC_CLCB* gatt_add_pending_enc_channel_clcb(tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb) in gatt_add_pending_enc_channel_clcb()