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

  /system/bt/stack/include/
pan_api.h 359 ** Function PAN_WriteBuf
379 extern tPAN_RESULT PAN_WriteBuf (UINT16 handle,
  /system/bt/stack/pan/
pan_api.c 536 return PAN_WriteBuf(handle, dst, src, protocol, buffer, ext);
542 ** Function PAN_WriteBuf
563 tPAN_RESULT PAN_WriteBuf (UINT16 handle, BD_ADDR dst, BD_ADDR src, UINT16 protocol, BT_HDR *p_buf, BOOLEAN ext)
  /system/bt/bta/pan/
bta_pan_act.c 743 PAN_WriteBuf (p_scb->handle,
  /system/bt/btif/src/
btif_pan.c 551 int result = PAN_WriteBuf(handle, eth_hdr->h_dest, eth_hdr->h_src, ntohs(eth_hdr->h_proto), hdr, 0);
709 // Extract the ethernet header from the buffer since the PAN_WriteBuf inside

Completed in 142 milliseconds