Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/include/
Dbnep_api.h336 BNEP_API extern tBNEP_RESULT BNEP_WriteBuf (UINT16 handle,
/external/bluetooth/bluedroid/stack/pan/
Dpan_api.c612 result = BNEP_WriteBuf (pan_cb.pcb[i].handle, dst, p_buf, protocol, src, ext); in PAN_WriteBuf()
644 result = BNEP_WriteBuf (pcb->handle, dst, p_buf, protocol, src, ext); in PAN_WriteBuf()
Dpan_main.c614 result = BNEP_WriteBuf (dst_pcb->handle, dst, p_buf, protocol, src, ext); in pan_data_buf_ind_cb()
/external/bluetooth/bluedroid/stack/bnep/
Dbnep_api.c361 tBNEP_RESULT BNEP_WriteBuf (UINT16 handle, in BNEP_WriteBuf() function