Searched refs:BNEP_Write (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/pan/ |
D | pan_main.c | 482 BNEP_Write (pan_cb.pcb[i].handle, dst, p_data, len, protocol, src, ext); in pan_data_ind_cb() 500 BNEP_Write (pan_cb.pcb[i].handle, dst, p_data, len, protocol, src, ext); in pan_data_ind_cb() 592 BNEP_Write (pan_cb.pcb[i].handle, dst, p_data, len, protocol, src, ext); in pan_data_buf_ind_cb() 614 result = BNEP_Write (dst_pcb->handle, dst, p_data, len, protocol, src, ext); in pan_data_buf_ind_cb()
|
D | pan_api.c | 507 BNEP_Write (pan_cb.pcb[i].handle, dst, p_data, len, protocol, src, ext); in PAN_Write() 563 BNEP_Write(pan_cb.pcb[i].handle, dst, data, p_buf->len, protocol, src, ext); in PAN_WriteBuf()
|
/system/bt/stack/include/ |
D | bnep_api.h | 365 extern tBNEP_RESULT BNEP_Write (UINT16 handle,
|
/system/bt/stack/bnep/ |
D | bnep_api.c | 468 tBNEP_RESULT BNEP_Write (UINT16 handle, in BNEP_Write() function
|