OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:port_pars
(Results
1 - 1
of
1
) sorted by null
/system/bt/stack/rfcomm/
rfc_port_fsm.c
48
static void rfc_set_port_state(tPORT_STATE *
port_pars
, MX_FRAME *p_frame);
581
tPORT_STATE
port_pars
;
local
590
memset(&
port_pars
, 0, sizeof(tPORT_STATE));
591
rfc_set_port_state(&
port_pars
, p_frame);
593
PORT_PortNegInd(p_mcb, p_frame->dlci, &
port_pars
, p_frame->u.rpn.param_mask);
601
port_pars
= p_port->peer_port_pars;
606
port_pars
= p_port->peer_port_pars;
608
rfc_set_port_state(&
port_pars
, p_frame);
612
PORT_PortNegInd (p_mcb, p_frame->dlci, &
port_pars
, p_frame->u.rpn.param_mask);
629
p_port->peer_port_pars =
port_pars
;
[
all
...]
Completed in 50 milliseconds