Searched refs:PAN_WriteBuf (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/include/ |
D | pan_api.h | 379 extern tPAN_RESULT PAN_WriteBuf (UINT16 handle,
|
/system/bt/stack/pan/ |
D | pan_api.c | 536 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/ |
D | bta_pan_act.c | 743 PAN_WriteBuf (p_scb->handle, in bta_pan_write_buf()
|
/system/bt/btif/src/ |
D | btif_pan.c | 551 …int result = PAN_WriteBuf(handle, eth_hdr->h_dest, eth_hdr->h_src, ntohs(eth_hdr->h_proto), hdr, 0… in forward_bnep()
|