Searched refs:tGATT_PENDING_ENC_CLCB (Results 1 – 3 of 3) sorted by relevance
178 tGATT_PENDING_ENC_CLCB *p_buf = in gatt_enc_cmpl_cback()179 (tGATT_PENDING_ENC_CLCB *)fixed_queue_dequeue(p_tcb->pending_enc_clcb, 0); in gatt_enc_cmpl_cback()197 p_buf = (tGATT_PENDING_ENC_CLCB *)fixed_queue_dequeue(p_tcb->pending_enc_clcb, 0); in gatt_enc_cmpl_cback()240 tGATT_PENDING_ENC_CLCB *p_buf = in gatt_notify_enc_cmpl()241 (tGATT_PENDING_ENC_CLCB *)fixed_queue_dequeue(p_tcb->pending_enc_clcb, 0); in gatt_notify_enc_cmpl()
2833 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()2835 tGATT_PENDING_ENC_CLCB *p_buf; in gatt_add_pending_enc_channel_clcb()2838 …if ((p_buf = (tGATT_PENDING_ENC_CLCB *)osi_malloc((UINT16)sizeof(tGATT_PENDING_ENC_CLCB))) != NULL… in gatt_add_pending_enc_channel_clcb()
446 } tGATT_PENDING_ENC_CLCB; typedef620 extern tGATT_PENDING_ENC_CLCB *gatt_add_pending_enc_channel_clcb(tGATT_TCB *p_tcb, tGATT_CLCB *p_cl…