Searched refs:tPORT_CTRL (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/ |
D | port_int.h | 84 } tPORT_CTRL; typedef 175 tPORT_CTRL local_ctrl; 176 tPORT_CTRL peer_ctrl;
|
D | rfc_int.h | 71 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/ |
D | rfc_ts_frames.c | 341 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()
|
D | rfc_port_if.c | 267 void RFCOMM_ControlReq (tRFC_MCB *p_mcb, UINT8 dlci, tPORT_CTRL *p_pars) in RFCOMM_ControlReq()
|
D | port_rfc.c | 636 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()
|
D | rfc_port_fsm.c | 674 tPORT_CTRL pars; in rfc_process_msc()
|