Searched refs:PORT_PortNegCnf (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/rfcomm/ |
D | rfc_port_if.c | 219 PORT_PortNegCnf (p_mcb, dlci, NULL, RFCOMM_ERROR); in RFCOMM_PortNegReq()
|
D | rfc_port_fsm.c | 658 PORT_PortNegCnf (p_mcb, p_port->dlci, &port_pars, RFCOMM_SUCCESS); in rfc_process_rpn() 682 PORT_PortNegCnf (p_mcb, p_port->dlci, &port_pars, RFCOMM_SUCCESS); in rfc_process_rpn()
|
D | rfc_int.h | 373 extern void PORT_PortNegCnf (tRFC_MCB *p_mcb, UINT8 dlci, tPORT_STATE *p_pars, UINT16 result);
|
D | port_rfc.c | 583 void PORT_PortNegCnf (tRFC_MCB *p_mcb, UINT8 dlci, tPORT_STATE *p_pars, UINT16 result) in PORT_PortNegCnf() function
|