OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PORT_ParNegInd
(Results
1 - 3
of
3
) sorted by null
/system/bt/stack/rfcomm/
rfc_int.h
365
extern void
PORT_ParNegInd
(tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT8 cl, UINT8 k);
rfc_port_fsm.c
545
PORT_ParNegInd
(p_mcb, dlci, p_frame->u.pn.mtu,
port_rfc.c
287
** Function
PORT_ParNegInd
295
void
PORT_ParNegInd
(tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT8 cl, UINT8 k)
301
RFCOMM_TRACE_EVENT ("
PORT_ParNegInd
dlci:%d mtu:%d", dlci, mtu);
314
RFCOMM_TRACE_EVENT( "
PORT_ParNegInd
: port not found" );
[
all
...]
Completed in 98 milliseconds