Lines Matching full:is_server
90 ** is_server - TRUE if requesting application is a server
109 int RFCOMM_CreateConnection (UINT16 uuid, UINT8 scn, BOOLEAN is_server,
135 if (p_mcb && !p_mcb->is_initiator && !is_server)
139 RFCOMM_TRACE_API("RFCOMM_CreateConnection(): scn:%d, dlci:%d, is_server:%d mtu:%d, p_mcb:%p",
140 scn, dlci, is_server, mtu, p_mcb);
144 if (!is_server && ((p_port = port_find_port (dlci, bd_addr)) != NULL))
147 if (p_port->is_server == FALSE)
160 RFCOMM_TRACE_API("RFCOMM_CreateConnection(): scn:%d, dlci:%d, is_server:%d mtu:%d, p_mcb:%p, p_port:%p",
161 scn, dlci, is_server, mtu, p_mcb, p_port);
188 p_port->is_server = is_server;
206 if( is_server )
223 if (p_port->is_server)
1390 if (p_port->is_server && (p_port->rfc.state != RFC_STATE_OPENED))