Searched refs:RFCOMM_ParNegRsp (Results 1 – 3 of 3) sorted by relevance
/system/bt/stack/rfcomm/ |
D | rfc_port_if.c | 194 void RFCOMM_ParNegRsp (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT8 cl, UINT8 k) in RFCOMM_ParNegRsp() function
|
D | rfc_int.h | 59 extern void RFCOMM_ParNegRsp (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT8 cl, UINT8 k);
|
D | port_rfc.c | 370 RFCOMM_ParNegRsp (p_mcb, dlci, p_port->mtu, our_cl, our_k); in PORT_ParNegInd()
|