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

  /external/bluetooth/bluedroid/hci/src/
userial.c 241 int rx_length = 0; local
269 rx_length = select_read(userial_cb.fd, p, READ_LIMIT);
273 rx_length = 0;
280 if (rx_length > 0)
282 p_buf->len = (uint16_t)rx_length;
289 rx_length);
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c 709 int rx_length; local
731 rx_length = my_read(linux_cb.sock, current_packet, READ_LIMIT);
737 rx_length = 0; /* paranoia setting */
741 if (rx_length > 0)
746 if (rx_length > sRxLength)
747 sRxLength = rx_length;
748 p_buf->len = (UINT16)rx_length;
752 p_buf, Userial_in_q.count, rx_length);
762 if (rx_length == -EAGAIN)
764 else if (rx_length == -1
    [all...]
  /external/libnfc-nxp/src/
phDnldNfc.c 3160 uint16_t rx_length = 0; local
    [all...]

Completed in 249 milliseconds