OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PORT_ParNegCnf
(Results
1 - 3
of
3
) sorted by null
/system/bt/stack/rfcomm/
rfc_int.h
366
extern void
PORT_ParNegCnf
(tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT8 cl, UINT8 k);
rfc_port_fsm.c
565
PORT_ParNegCnf
(p_mcb, dlci, p_frame->u.pn.mtu,
port_rfc.c
377
** Function
PORT_ParNegCnf
386
void
PORT_ParNegCnf
(tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT8 cl, UINT8 k)
390
RFCOMM_TRACE_EVENT ("
PORT_ParNegCnf
dlci:%d mtu:%d cl: %d k: %d", dlci, mtu, cl, k);
[
all
...]
Completed in 37 milliseconds