Home | History | Annotate | Download | only in gatt

Lines Matching refs:tGATT_CLCB

327 } tGATT_CLCB;
329 typedef struct { tGATT_CLCB* p_clcb; } tGATT_PENDING_ENC_CLCB;
381 tGATT_CLCB clcb[GATT_CL_MAX_LCB]; /* connection link control block*/
469 tGATT_TCB* p_tcb, tGATT_CLCB* p_clcb);
523 extern tGATT_CLCB* gatt_clcb_alloc(uint16_t conn_id);
524 extern void gatt_clcb_dealloc(tGATT_CLCB* p_clcb);
555 extern void gatt_end_operation(tGATT_CLCB* p_clcb, tGATT_STATUS status,
558 extern void gatt_act_discovery(tGATT_CLCB* p_clcb);
559 extern void gatt_act_read(tGATT_CLCB* p_clcb, uint16_t offset);
560 extern void gatt_act_write(tGATT_CLCB* p_clcb, uint8_t sec_act);
564 extern tGATT_CLCB* gatt_cmd_dequeue(tGATT_TCB* p_tcb, uint8_t* p_opcode);
569 extern void gatt_send_queue_write_cancel(tGATT_TCB* p_tcb, tGATT_CLCB* p_clcb,
573 extern bool gatt_security_check_start(tGATT_CLCB* p_clcb);
575 extern tGATT_SEC_ACTION gatt_determine_sec_act(tGATT_CLCB* p_clcb);