HomeSort by relevance Sort by last modified time
    Searched refs:BNEP_Write (Results 1 - 4 of 4) sorted by null

  /system/bt/stack/include/
bnep_api.h 314 * Function BNEP_Write
336 extern tBNEP_RESULT BNEP_Write(uint16_t handle, const RawAddress& p_dest_addr,
  /system/bt/stack/pan/
pan_main.cc 489 BNEP_Write(pan_cb.pcb[i].handle, dst, p_data, len, protocol, &src, ext);
505 BNEP_Write(pan_cb.pcb[i].handle, dst, p_data, len, protocol, &src, ext);
590 BNEP_Write(pan_cb.pcb[i].handle, dst, p_data, len, protocol, &src,
615 BNEP_Write(dst_pcb->handle, dst, p_data, len, protocol, &src, ext);
pan_api.cc 460 // by fast-pathing here and calling BNEP_Write instead of placing the packet
461 // in a BT_HDR buffer, calling BNEP_Write, and then freeing the buffer.
466 BNEP_Write(pan_cb.pcb[i].handle, dst, p_data, len, protocol, &src, ext);
521 BNEP_Write(pan_cb.pcb[i].handle, dst, data, p_buf->len, protocol, &src,
  /system/bt/stack/bnep/
bnep_api.cc 348 BNEP_TRACE_ERROR("BNEP_Write() length %d exceeded MTU %d", p_buf->len,
414 * Function BNEP_Write
436 tBNEP_RESULT BNEP_Write(uint16_t handle, const RawAddress& p_dest_addr,
444 BNEP_TRACE_ERROR("BNEP_Write() length %d exceeded MTU %d", len,

Completed in 45 milliseconds