HomeSort by relevance Sort by last modified time
    Searched refs:PORT_ParNegCnf (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_int.h 368 extern void PORT_ParNegCnf (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT8 cl, UINT8 k);
port_rfc.c 375 ** Function PORT_ParNegCnf
384 void PORT_ParNegCnf (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT8 cl, UINT8 k)
388 RFCOMM_TRACE_EVENT4 ("PORT_ParNegCnf dlci:%d mtu:%d cl: %d k: %d", dlci, mtu, cl, k);
    [all...]
rfc_port_fsm.c 564 PORT_ParNegCnf (p_mcb, dlci, p_frame->u.pn.mtu,

Completed in 136 milliseconds