Home
last modified time | relevance | path

Searched refs:BNEP_WriteBuf (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/include/
Dbnep_api.h308 extern tBNEP_RESULT BNEP_WriteBuf(uint16_t handle,
/system/bt/stack/pan/
Dpan_api.cc542 BNEP_WriteBuf(pan_cb.pcb[i].handle, dst, p_buf, protocol, &src, ext); in PAN_WriteBuf()
569 result = BNEP_WriteBuf(pcb->handle, dst, p_buf, protocol, &src, ext); in PAN_WriteBuf()
/system/bt/stack/bnep/
Dbnep_api.cc329 tBNEP_RESULT BNEP_WriteBuf(uint16_t handle, const RawAddress& p_dest_addr, in BNEP_WriteBuf() function