Searched defs:rx_length (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/hci/src/
H A Duserial.c194 int rx_length = 0; local
224 rx_length = select_read(userial_fd, p, HCI_MAX_FRAME_SIZE + 1);
226 rx_length = 0;
230 rx_length = 0;
237 if (rx_length > 0)
239 p_buf->len = (uint16_t)rx_length;
246 rx_length);
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Duserial_linux.c761 int rx_length; local
783 rx_length = my_read(linux_cb.sock, current_packet, READ_LIMIT);
789 rx_length = 0; /* paranoia setting */
793 if (rx_length > 0)
798 if (rx_length > sRxLength)
799 sRxLength = rx_length;
800 p_buf->len = (UINT16)rx_length;
804 p_buf, Userial_in_q.count, rx_length);
814 if (rx_length == -EAGAIN)
816 else if (rx_length
[all...]
/external/libnfc-nxp/src/
H A DphDnldNfc.c3160 uint16_t rx_length = 0; local
3185 rx_length = (uint16_t) (((uint16_t)param_info->data_len[0]
3189 (( rx_length + PHDNLD_MIN_PACKET ));
3191 rx_length);

Completed in 123 milliseconds