Searched refs:PORT_PortNegCnf (Results 1 – 4 of 4) sorted by relevance
/external/bluetooth/bluedroid/stack/rfcomm/ |
D | rfc_port_if.c | 204 PORT_PortNegCnf (p_mcb, dlci, NULL, RFCOMM_ERROR); in RFCOMM_PortNegReq()
|
D | rfc_port_fsm.c | 657 PORT_PortNegCnf (p_mcb, p_port->dlci, &port_pars, RFCOMM_SUCCESS); in rfc_process_rpn() 681 PORT_PortNegCnf (p_mcb, p_port->dlci, &port_pars, RFCOMM_SUCCESS); in rfc_process_rpn()
|
D | rfc_int.h | 375 extern void PORT_PortNegCnf (tRFC_MCB *p_mcb, UINT8 dlci, tPORT_STATE *p_pars, UINT16 result);
|
D | port_rfc.c | 577 void PORT_PortNegCnf (tRFC_MCB *p_mcb, UINT8 dlci, tPORT_STATE *p_pars, UINT16 result) in PORT_PortNegCnf() function
|