HomeSort by relevance Sort by last modified time
    Searched refs:rfc_send_rls (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_port_if.c 311 rfc_send_rls (p_mcb, dlci, TRUE, status);
rfc_int.h 335 extern void rfc_send_rls (tRFC_MCB *p_mcb, UINT8 dlci, BOOLEAN is_command, UINT8 status);
rfc_port_fsm.c 773 rfc_send_rls (p_mcb, p_frame->dlci, FALSE, p_frame->u.rls.line_status);
rfc_ts_frames.c 381 ** Function rfc_send_rls
386 void rfc_send_rls (tRFC_MCB *p_mcb, UINT8 dlci, BOOLEAN is_command, UINT8 status) function

Completed in 47 milliseconds