Searched refs:tGATT_PENDING_ENC_CLCB (Results 1 – 3 of 3) sorted by relevance
164 tGATT_PENDING_ENC_CLCB *p_buf; in gatt_enc_cmpl_cback()174 if ((p_buf = (tGATT_PENDING_ENC_CLCB *)GKI_dequeue (&p_tcb->pending_enc_clcb)) != NULL) in gatt_enc_cmpl_cback()198 … if ((p_buf = (tGATT_PENDING_ENC_CLCB *)GKI_dequeue (&p_tcb->pending_enc_clcb)) != NULL) in gatt_enc_cmpl_cback()231 tGATT_PENDING_ENC_CLCB *p_buf; in gatt_notify_enc_cmpl()253 … if ((p_buf = (tGATT_PENDING_ENC_CLCB *)GKI_dequeue (&p_tcb->pending_enc_clcb)) != NULL) in gatt_notify_enc_cmpl()
423 }tGATT_PENDING_ENC_CLCB; typedef585 extern tGATT_PENDING_ENC_CLCB* gatt_add_pending_enc_channel_clcb(tGATT_TCB *p_tcb, tGATT_CLCB *p_cl…
2732 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()2734 tGATT_PENDING_ENC_CLCB *p_buf; in gatt_add_pending_enc_channel_clcb()2737 …if ((p_buf = (tGATT_PENDING_ENC_CLCB *)GKI_getbuf((UINT16)sizeof(tGATT_PENDING_ENC_CLCB))) != NULL) in gatt_add_pending_enc_channel_clcb()