Home
last modified time | relevance | path

Searched refs:tETH_HDR (Results 1 – 2 of 2) sorted by relevance

/system/bt/btif/src/
Dbtif_pan.cc398 tETH_HDR eth_hdr; in btpan_tap_send()
402 char packet[TAP_MAX_PKT_WRITE_LEN + sizeof(tETH_HDR)]; in btpan_tap_send()
403 memcpy(packet, &eth_hdr, sizeof(tETH_HDR)); in btpan_tap_send()
408 memcpy(packet + sizeof(tETH_HDR), buf, len); in btpan_tap_send()
412 OSI_NO_INTR(ret = write(tap_fd, packet, len + sizeof(tETH_HDR))); in btpan_tap_send()
526 static inline bool should_forward(tETH_HDR* hdr) { in should_forward()
534 static int forward_bnep(tETH_HDR* eth_hdr, BT_HDR* hdr) { in forward_bnep()
698 if (buffer->len > sizeof(tETH_HDR) && should_forward((tETH_HDR*)packet)) { in btu_exec_tap_fd_read()
703 tETH_HDR hdr; in btu_exec_tap_fd_read()
704 memcpy(&hdr, packet, sizeof(tETH_HDR)); in btu_exec_tap_fd_read()
[all …]
/system/bt/btif/include/
Dbtif_pan_internal.h56 } tETH_HDR; typedef