Searched refs:rfc_send_rls (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/ |
D | rfc_port_if.c | 348 rfc_send_rls (p_mcb, dlci, TRUE, status); in RFCOMM_LineStatusReq()
|
D | rfc_port_fsm.c | 754 rfc_send_rls (p_mcb, p_frame->dlci, FALSE, p_frame->u.rls.line_status); in rfc_process_rls()
|
D | rfc_ts_frames.c | 395 void rfc_send_rls (tRFC_MCB *p_mcb, UINT8 dlci, BOOLEAN is_command, UINT8 status) in rfc_send_rls() function
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/ |
D | rfc_int.h | 327 extern void rfc_send_rls (tRFC_MCB *p_mcb, UINT8 dlci, BOOLEAN is_command, UINT8 status);
|