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);
rfc_port_fsm.c 565 PORT_ParNegCnf (p_mcb, dlci, p_frame->u.pn.mtu,
port_rfc.c 376 ** Function PORT_ParNegCnf
385 void PORT_ParNegCnf (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT8 cl, UINT8 k)
389 RFCOMM_TRACE_EVENT ("PORT_ParNegCnf dlci:%d mtu:%d cl: %d k: %d", dlci, mtu, cl, k);
    [all...]

Completed in 30 milliseconds