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

  /external/bluetooth/bluez/tools/
ubcsp.c 156 ubcsp_config.receive_index = -4;
209 ubcsp_config.receive_index = -4;
446 if (length + 2 != ubcsp_config.receive_index)
451 printf ("\n######################## Slip Length Error (With CRC) %d,%d\n", length, ubcsp_config.receive_index - 2);
463 ubcsp_config.receive_index -= 2;
478 for (loop = 0; loop < ubcsp_config.receive_index; loop ++)
491 (((crc & 0xff00) >> 8) != ubcsp_config.receive_packet->payload[ubcsp_config.receive_index]) ||
492 ((crc & 0xff) != ubcsp_config.receive_packet->payload[ubcsp_config.receive_index + 1])
511 if (length != ubcsp_config.receive_index)
516 printf ("\n######################## Slip Length Error (No CRC) %d,%d\n", length, ubcsp_config.receive_index);
    [all...]
ubcsp.h 117 int32 receive_index; member in struct:ubcsp_configuration

Completed in 253 milliseconds