Searched refs:PAN_WriteBuf (Results 1 – 5 of 5) sorted by relevance
/system/bt/test/mock/ |
D | mock_stack_pan_api.cc | 78 tPAN_RESULT PAN_WriteBuf(uint16_t handle, const RawAddress& dst, in PAN_WriteBuf() function
|
/system/bt/stack/include/ |
D | pan_api.h | 348 extern tPAN_RESULT PAN_WriteBuf(uint16_t handle, const RawAddress& dst,
|
/system/bt/stack/pan/ |
D | pan_api.cc | 426 return PAN_WriteBuf(handle, dst, src, protocol, buffer, ext); in PAN_Write() 452 tPAN_RESULT PAN_WriteBuf(uint16_t handle, const RawAddress& dst, in PAN_WriteBuf() function
|
/system/bt/bta/pan/ |
D | bta_pan_act.cc | 614 PAN_WriteBuf(p_scb->handle, ((tBTA_PAN_DATA_PARAMS*)p_data)->dst, in bta_pan_write_buf()
|
/system/bt/btif/src/ |
D | btif_pan.cc | 543 int result = PAN_WriteBuf(handle, eth_hdr->h_dest, eth_hdr->h_src, in forward_bnep()
|