Searched refs:tGATT_PENDING_ENC_CLCB (Results 1 – 3 of 3) sorted by relevance
179 tGATT_PENDING_ENC_CLCB *p_buf = in gatt_enc_cmpl_cback()180 (tGATT_PENDING_ENC_CLCB *)fixed_queue_dequeue(p_tcb->pending_enc_clcb, 0); in gatt_enc_cmpl_cback()198 p_buf = (tGATT_PENDING_ENC_CLCB *)fixed_queue_dequeue(p_tcb->pending_enc_clcb, 0); in gatt_enc_cmpl_cback()241 tGATT_PENDING_ENC_CLCB *p_buf = in gatt_notify_enc_cmpl()242 (tGATT_PENDING_ENC_CLCB *)fixed_queue_dequeue(p_tcb->pending_enc_clcb, 0); in gatt_notify_enc_cmpl()
2857 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()2859 tGATT_PENDING_ENC_CLCB *p_buf; in gatt_add_pending_enc_channel_clcb()2862 …if ((p_buf = (tGATT_PENDING_ENC_CLCB *)osi_malloc((UINT16)sizeof(tGATT_PENDING_ENC_CLCB))) != NULL… in gatt_add_pending_enc_channel_clcb()
453 } tGATT_PENDING_ENC_CLCB; typedef639 extern tGATT_PENDING_ENC_CLCB *gatt_add_pending_enc_channel_clcb(tGATT_TCB *p_tcb, tGATT_CLCB *p_cl…