Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/stack/rfcomm/
Drfc_port_if.cc260 rfc_send_msc(p_mcb, dlci, true, p_pars); in RFCOMM_ControlReq()
288 rfc_send_msc(p_mcb, dlci, true, &p_port->local_ctrl); in RFCOMM_FlowReq()
Drfc_int.h251 void rfc_send_msc(tRFC_MCB* p_mcb, uint8_t dlci, bool is_command, tPORT_CTRL* p_pars);
Drfc_ts_frames.cc306 void rfc_send_msc(tRFC_MCB* p_mcb, uint8_t dlci, bool is_command, tPORT_CTRL* p_pars) { in rfc_send_msc() function
Drfc_port_fsm.cc814 rfc_send_msc(p_mcb, p_frame->dlci, false, &pars); in rfc_process_msc()