Searched refs:rfc_send_rls (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/rfcomm/ |
D | rfc_port_if.c | 346 rfc_send_rls (p_mcb, dlci, TRUE, status); in RFCOMM_LineStatusReq()
|
D | rfc_int.h | 333 extern void rfc_send_rls (tRFC_MCB *p_mcb, UINT8 dlci, BOOLEAN is_command, UINT8 status);
|
D | rfc_port_fsm.c | 773 rfc_send_rls (p_mcb, p_frame->dlci, FALSE, p_frame->u.rls.line_status); in rfc_process_rls()
|
D | rfc_ts_frames.c | 363 void rfc_send_rls (tRFC_MCB *p_mcb, UINT8 dlci, BOOLEAN is_command, UINT8 status) in rfc_send_rls() function
|