Lines Matching refs:tGATT_CLCB
416 } tGATT_CLCB; typedef
420 tGATT_CLCB *p_clcb;
482 tGATT_CLCB clcb[GATT_CL_MAX_LCB]; /* connection link control block*/
575 extern tGATT_PENDING_ENC_CLCB* gatt_add_pending_enc_channel_clcb(tGATT_TCB *p_tcb, tGATT_CLCB *p_cl…
630 extern tGATT_CLCB *gatt_clcb_alloc (UINT16 conn_id);
631 extern void gatt_clcb_dealloc (tGATT_CLCB *p_clcb);
655 extern void gatt_end_operation(tGATT_CLCB *p_clcb, tGATT_STATUS status, void *p_data);
657 extern void gatt_act_discovery(tGATT_CLCB *p_clcb);
658 extern void gatt_act_read(tGATT_CLCB *p_clcb, UINT16 offset);
659 extern void gatt_act_write(tGATT_CLCB *p_clcb, UINT8 sec_act);
662 extern tGATT_CLCB *gatt_cmd_dequeue(tGATT_TCB *p_tcb, UINT8 *p_opcode);
666 extern void gatt_send_queue_write_cancel (tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, tGATT_EXEC_FLAG fla…
669 extern BOOLEAN gatt_security_check_start(tGATT_CLCB *p_clcb);
671 extern tGATT_SEC_ACTION gatt_determine_sec_act(tGATT_CLCB *p_clcb );