Home
last modified time | relevance | path

Searched refs:tPORT_CTRL (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/
Dport_int.h84 } tPORT_CTRL; typedef
175 tPORT_CTRL local_ctrl;
176 tPORT_CTRL peer_ctrl;
Drfc_int.h71 extern void RFCOMM_ControlReq (tRFC_MCB *p_mcb, UINT8 dlci, tPORT_CTRL *p_pars);
72 extern void RFCOMM_ControlRsp (tRFC_MCB *p_mcb, UINT8 dlci, tPORT_CTRL *p_pars);
326 tPORT_CTRL *p_pars);
369 extern void PORT_ControlInd (tRFC_MCB *p_mcb, UINT8 dlci, tPORT_CTRL *p_pars);
370 extern void PORT_ControlCnf (tRFC_MCB *p_mcb, UINT8 dlci, tPORT_CTRL *p_pars);
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_ts_frames.c341 tPORT_CTRL *p_pars) in rfc_send_msc()
517 tPORT_CTRL *p_pars; in rfc_bqb_send_msc_cmd()
520 if ((p_pars = (tPORT_CTRL *)osi_malloc(sizeof(tPORT_CTRL))) == NULL) { in rfc_bqb_send_msc_cmd()
Drfc_port_if.c267 void RFCOMM_ControlReq (tRFC_MCB *p_mcb, UINT8 dlci, tPORT_CTRL *p_pars) in RFCOMM_ControlReq()
Dport_rfc.c636 void PORT_ControlInd (tRFC_MCB *p_mcb, UINT8 dlci, tPORT_CTRL *p_pars) in PORT_ControlInd()
695 void PORT_ControlCnf (tRFC_MCB *p_mcb, UINT8 dlci, tPORT_CTRL *p_pars) in PORT_ControlCnf()
Drfc_port_fsm.c674 tPORT_CTRL pars; in rfc_process_msc()