Home | History | Annotate | Download | only in rfcomm

Lines Matching refs:PORT_Write

1378 ** Function         port_write
1387 static int port_write (tPORT *p_port, BT_HDR *p_buf)
1409 RFCOMM_TRACE_WARNING ("PORT_Write: Queue size: %d",
1420 RFCOMM_TRACE_EVENT ("PORT_Write : Data is enqued. flow disabled %d peer_ready %d state %d ctrl_state %x",
1433 RFCOMM_TRACE_EVENT ("PORT_Write : Data is being sent");
1442 ** Function PORT_Write
1451 int PORT_Write (UINT16 handle, BT_HDR *p_buf)
1457 RFCOMM_TRACE_API ("PORT_Write() handle:%d", handle);
1476 RFCOMM_TRACE_WARNING ("PORT_Write: Data dropped line_status:0x%x",
1482 rc = port_write (p_port, p_buf);
1634 rc = port_write (p_port, p_buf);
1758 rc = port_write (p_port, p_buf);