Home
last modified time | relevance | path

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

/system/bt/stack/rfcomm/
Drfc_port_if.cc310 rfc_send_rls(p_mcb, dlci, true, status); in RFCOMM_LineStatusReq()
Drfc_int.h333 extern void rfc_send_rls(tRFC_MCB* p_mcb, uint8_t dlci, bool is_command,
Drfc_port_fsm.cc799 rfc_send_rls(p_mcb, p_frame->dlci, false, p_frame->u.rls.line_status); in rfc_process_rls()
Drfc_ts_frames.cc344 void rfc_send_rls(tRFC_MCB* p_mcb, uint8_t dlci, bool is_command, in rfc_send_rls() function