Searched refs:tGATT_PENDING_ENC_CLCB (Results 1 – 3 of 3) sorted by relevance
173 tGATT_PENDING_ENC_CLCB *p_buf = in gatt_enc_cmpl_cback()174 (tGATT_PENDING_ENC_CLCB *)fixed_queue_try_dequeue(p_tcb->pending_enc_clcb); in gatt_enc_cmpl_cback()199 p_buf = (tGATT_PENDING_ENC_CLCB *)fixed_queue_try_dequeue(p_tcb->pending_enc_clcb); in gatt_enc_cmpl_cback()252 tGATT_PENDING_ENC_CLCB *p_buf = in gatt_notify_enc_cmpl()253 (tGATT_PENDING_ENC_CLCB *)fixed_queue_try_dequeue(p_tcb->pending_enc_clcb); in gatt_notify_enc_cmpl()
421 }tGATT_PENDING_ENC_CLCB; typedef575 extern tGATT_PENDING_ENC_CLCB* gatt_add_pending_enc_channel_clcb(tGATT_TCB *p_tcb, tGATT_CLCB *p_cl…
2794 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()2796 tGATT_PENDING_ENC_CLCB *p_buf = in gatt_add_pending_enc_channel_clcb()2797 (tGATT_PENDING_ENC_CLCB *)osi_malloc(sizeof(tGATT_PENDING_ENC_CLCB)); in gatt_add_pending_enc_channel_clcb()