Home | History | Annotate | Download | only in nfc

Lines Matching refs:p_disc_pending

325         GKI_freebuf (nfc_cb.p_disc_pending);
326 nfc_cb.p_disc_pending = NULL;
424 ps = (UINT8 *)nfc_cb.p_disc_pending;
426 GKI_freebuf (nfc_cb.p_disc_pending);
427 nfc_cb.p_disc_pending = NULL;
903 if (nfc_cb.p_disc_pending)
914 nfc_cb.p_disc_pending = GKI_getbuf ((UINT16)(BT_HDR_SIZE + 1 + params_size));
915 if (nfc_cb.p_disc_pending)
917 p = (UINT8 *)nfc_cb.p_disc_pending;
1156 GKI_freebuf (nfc_cb.p_disc_pending);
1157 nfc_cb.p_disc_pending = NULL;