Home
last modified time | relevance | path

Searched refs:tGATT_PENDING_ENC_CLCB (Results 1 – 3 of 3) sorted by relevance

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/
Dgatt_auth.c178 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()
Dgatt_utils.c2833 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()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h446 } tGATT_PENDING_ENC_CLCB; typedef
620 extern tGATT_PENDING_ENC_CLCB *gatt_add_pending_enc_channel_clcb(tGATT_TCB *p_tcb, tGATT_CLCB *p_cl…