Home
last modified time | relevance | path

Searched refs:rfc_send_pn (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/rfcomm/
Drfc_port_if.cc163 rfc_send_pn(p_mcb, dlci, true, mtu, cl, k); in RFCOMM_ParameterNegotiationRequest()
181 rfc_send_pn(p_mcb, dlci, false, mtu, cl, k); in RFCOMM_ParameterNegotiationResponse()
Drfc_int.h328 extern void rfc_send_pn(tRFC_MCB* p_mcb, uint8_t dlci, bool is_command,
Drfc_ts_frames.cc208 void rfc_send_pn(tRFC_MCB* p_mcb, uint8_t dlci, bool is_command, uint16_t mtu, in rfc_send_pn() function