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

  /external/bluetooth/bluez/tools/
csr_bcsp.c 46 static struct ubcsp_packet receive_packet; variable in typeref:struct:ubcsp_packet
106 memset(&receive_packet, 0, sizeof(receive_packet));
113 receive_packet.length = 512;
114 receive_packet.payload = receive_buffer;
116 ubcsp_receive_packet(&receive_packet);
178 receive_packet.length = 512;
179 ubcsp_receive_packet(&receive_packet);
205 if (sent && receive_packet.channel == 5 &&
206 receive_packet.payload[0] == 0xff)
    [all...]
ubcsp.h 113 struct ubcsp_packet *receive_packet; member in struct:ubcsp_configuration
153 void ubcsp_receive_packet (struct ubcsp_packet *receive_packet);
  /system/core/libnetutils/
packet.c 156 int receive_packet(int s, struct dhcp_msg *msg) function
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
esta_drv.h 258 int receive_packet; /* 1=packet was pushed to network stack */ member in struct:tiwlan_net_dev

Completed in 56 milliseconds