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

  /hardware/ti/wlan/wl1271/TWD/FW_Transfer/
RxXfer.h 60 #define MAX_PACKET_SIZE 4096
118 TI_UINT8 aTempBuffer[MAX_PACKET_SIZE];
RxXfer.c 63 #define MAX_PACKET_SIZE 8192 /* Max Txn size */
130 TI_UINT8 aTempBuffer[MAX_PACKET_SIZE]; /* Dummy buffer to use if we couldn't get a buffer for the packet (so drop the packet) */
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
asynctcpsocket.cc 42 static const size_t MAX_PACKET_SIZE = 64 * 1024;
47 static const size_t BUF_SIZE = MAX_PACKET_SIZE + PKT_LEN_SIZE;
102 if (cb > MAX_PACKET_SIZE) {
  /external/bluetooth/bluedroid/btif/src/
btif_pan.c 638 #define MAX_PACKET_SIZE 2000
641 char packet[MAX_PACKET_SIZE];
650 int size = read(fd, packet, MAX_PACKET_SIZE);

Completed in 59 milliseconds