HomeSort by relevance Sort by last modified time
    Searched refs:tGATT_PENDING_ENC_CLCB (Results 1 - 3 of 3) sorted by null

  /system/bt/stack/gatt/
gatt_auth.c 173 tGATT_PENDING_ENC_CLCB *p_buf =
174 (tGATT_PENDING_ENC_CLCB *)fixed_queue_try_dequeue(p_tcb->pending_enc_clcb);
199 p_buf = (tGATT_PENDING_ENC_CLCB *)fixed_queue_try_dequeue(p_tcb->pending_enc_clcb);
252 tGATT_PENDING_ENC_CLCB *p_buf =
253 (tGATT_PENDING_ENC_CLCB *)fixed_queue_try_dequeue(p_tcb->pending_enc_clcb);
gatt_int.h 421 }tGATT_PENDING_ENC_CLCB;
575 extern tGATT_PENDING_ENC_CLCB* gatt_add_pending_enc_channel_clcb(tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb );
gatt_utils.c     [all...]

Completed in 589 milliseconds