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.c346 rfc_send_rls (p_mcb, dlci, TRUE, status); in RFCOMM_LineStatusReq()
Drfc_int.h333 extern void rfc_send_rls (tRFC_MCB *p_mcb, UINT8 dlci, BOOLEAN is_command, UINT8 status);
Drfc_port_fsm.c773 rfc_send_rls (p_mcb, p_frame->dlci, FALSE, p_frame->u.rls.line_status); in rfc_process_rls()
Drfc_ts_frames.c363 void rfc_send_rls (tRFC_MCB *p_mcb, UINT8 dlci, BOOLEAN is_command, UINT8 status) in rfc_send_rls() function