Home
last modified time | relevance | path

Searched refs:PAN_WriteBuf (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/include/
Dpan_api.h379 extern tPAN_RESULT PAN_WriteBuf (UINT16 handle,
/system/bt/stack/pan/
Dpan_api.c536 return PAN_WriteBuf(handle, dst, src, protocol, buffer, ext); in PAN_Write()
563 tPAN_RESULT PAN_WriteBuf (UINT16 handle, BD_ADDR dst, BD_ADDR src, UINT16 protocol, BT_HDR *p_buf, … in PAN_WriteBuf() function
/system/bt/bta/pan/
Dbta_pan_act.c743 PAN_WriteBuf (p_scb->handle, in bta_pan_write_buf()
/system/bt/btif/src/
Dbtif_pan.c551 …int result = PAN_WriteBuf(handle, eth_hdr->h_dest, eth_hdr->h_src, ntohs(eth_hdr->h_proto), hdr, 0… in forward_bnep()