Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dpan_api.h353 extern tPAN_RESULT PAN_WriteBuf(uint16_t handle, const RawAddress& dst,
/system/bt/stack/pan/
Dpan_api.cc475 return PAN_WriteBuf(handle, dst, src, protocol, buffer, ext); in PAN_Write()
501 tPAN_RESULT PAN_WriteBuf(uint16_t handle, const RawAddress& dst, in PAN_WriteBuf() function
/system/bt/bta/pan/
Dbta_pan_act.cc644 PAN_WriteBuf(p_scb->handle, ((tBTA_PAN_DATA_PARAMS*)p_data)->dst, in bta_pan_write_buf()
/system/bt/btif/src/
Dbtif_pan.cc561 int result = PAN_WriteBuf(handle, eth_hdr->h_dest, eth_hdr->h_src, in forward_bnep()