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

  /system/bt/btif/include/
btif_pan_internal.h 63 } tETH_HDR;
  /system/bt/btif/src/
btif_pan.c 445 tETH_HDR eth_hdr;
449 char packet[TAP_MAX_PKT_WRITE_LEN + sizeof(tETH_HDR)];
450 memcpy(packet, &eth_hdr, sizeof(tETH_HDR));
456 memcpy(packet + sizeof(tETH_HDR), buf, len);
460 OSI_NO_INTR(ret = write(tap_fd, packet, len + sizeof(tETH_HDR)));
594 static inline bool should_forward(tETH_HDR* hdr)
603 static int forward_bnep(tETH_HDR* eth_hdr, BT_HDR *hdr) {
769 if (buffer->len > sizeof(tETH_HDR) && should_forward((tETH_HDR *)packet)) {
772 tETH_HDR hdr
    [all...]

Completed in 159 milliseconds