Home
last modified time | relevance | path

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

/aosp12/system/bt/stack/rfcomm/
H A Drfc_port_if.cc312 rfc_send_rls(p_mcb, dlci, true, status); in RFCOMM_LineStatusReq()
H A Drfc_int.h343 extern void rfc_send_rls(tRFC_MCB* p_mcb, uint8_t dlci, bool is_command,
H A Drfc_port_fsm.cc809 rfc_send_rls(p_mcb, p_frame->dlci, false, p_frame->u.rls.line_status); in rfc_process_rls()
H A Drfc_ts_frames.cc345 void rfc_send_rls(tRFC_MCB* p_mcb, uint8_t dlci, bool is_command, in rfc_send_rls() function