HomeSort by relevance Sort by last modified time
    Searched full:ser_cb (Results 1 - 1 of 1) sorted by null

  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c 175 tUSERIAL_CBACK *ser_cb; member in struct:__anon27689
595 linux_cb.ser_cb = NULL;
806 if (linux_cb.ser_cb != NULL)
807 (*linux_cb.ser_cb)(linux_cb.port, USERIAL_RX_READY_EVT, (tUSERIAL_EVT_DATA *)p_buf);
830 if (linux_cb.ser_cb != NULL)
831 (*linux_cb.ser_cb)(linux_cb.port, USERIAL_ERR_EVT, (tUSERIAL_EVT_DATA *)p_buf);
    [all...]

Completed in 117 milliseconds