Home
last modified time | relevance | path

Searched refs:rfc_send_sabme (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/stack/rfcomm/
H A Drfc_int.h334 extern void rfc_send_sabme(tRFC_MCB* p_rfc_mcb, uint8_t dlci);
H A Drfc_mx_fsm.cc635 rfc_send_sabme(p_mcb, RFCOMM_MX_DLCI); in rfc_mx_conf_cnf()
H A Drfc_port_fsm.cc383 rfc_send_sabme(p_port->rfc.p_mcb, p_port->dlci); in rfc_port_sm_orig_wait_sec_check()
H A Drfc_ts_frames.cc43 void rfc_send_sabme(tRFC_MCB* p_mcb, uint8_t dlci) { in rfc_send_sabme() function