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

  /system/bt/btif/include/
btif_pan_internal.h 86 unsigned char congest_packet[1600]; //max ethernet packet size member in struct:__anon73746
  /system/bt/btif/src/
btif_pan.c 741 // We save it in the congest_packet right away in case we can't deliver it in this
745 OSI_NO_INTR(ret = read(fd, btpan_cb.congest_packet,
746 sizeof(btpan_cb.congest_packet)));
766 memcpy(packet, btpan_cb.congest_packet, MIN(btpan_cb.congest_packet_size, buffer->len));

Completed in 40 milliseconds