Searched refs:tPORT_STATE (Results 1 - 10 of 10) sorted by relevance

/system/bt/stack/rfcomm/
H A Dport_int.h176 tPORT_STATE user_port_pars; /* Port parameters for user connection */
177 tPORT_STATE peer_port_pars; /* Port parameters for user connection */
H A Drfc_int.h68 extern void RFCOMM_PortNegReq (tRFC_MCB *p_mcb, UINT8 dlci, tPORT_STATE *p_pars);
69 extern void RFCOMM_PortNegRsp (tRFC_MCB *p_mcb, UINT8 dlci, tPORT_STATE *p_pars, UINT16 param_mask);
335 tPORT_STATE *p_pars, UINT16 mask);
372 extern void PORT_PortNegInd (tRFC_MCB *p_mcb, UINT8 dlci, tPORT_STATE *p_pars, UINT16 param_mask);
373 extern void PORT_PortNegCnf (tRFC_MCB *p_mcb, UINT8 dlci, tPORT_STATE *p_pars, UINT16 result);
H A Drfc_port_if.c215 void RFCOMM_PortNegReq (tRFC_MCB *p_mcb, UINT8 dlci, tPORT_STATE *p_pars)
250 void RFCOMM_PortNegRsp (tRFC_MCB *p_mcb, UINT8 dlci, tPORT_STATE *p_pars,
H A Drfc_port_fsm.c48 static void rfc_set_port_state(tPORT_STATE *port_pars, MX_FRAME *p_frame);
581 tPORT_STATE port_pars;
590 memset(&port_pars, 0, sizeof(tPORT_STATE));
890 ** Description This function sets the tPORT_STATE structure given a p_frame.
894 void rfc_set_port_state(tPORT_STATE *port_pars, MX_FRAME *p_frame)
H A Dport_utils.c38 static const tPORT_STATE default_port_pars =
254 tPORT_STATE user_port_pars = p_port->user_port_pars;
H A Dport_api.c589 ** specifications in the tPORT_STATE structure.
592 ** p_settings - Pointer to a tPORT_STATE structure containing
597 int PORT_SetState (UINT16 handle, tPORT_STATE *p_settings)
682 ** Description This function is called to fill tPORT_STATE structure
686 ** p_settings - Pointer to a tPORT_STATE structure in which
690 int PORT_GetState (UINT16 handle, tPORT_STATE *p_settings)
H A Dport_rfc.c550 void PORT_PortNegInd (tRFC_MCB *p_mcb, UINT8 dlci, tPORT_STATE *p_pars,
583 void PORT_PortNegCnf (tRFC_MCB *p_mcb, UINT8 dlci, tPORT_STATE *p_pars, UINT16 result)
H A Drfc_ts_frames.c421 tPORT_STATE *p_pars, UINT16 mask)
/system/bt/stack/include/
H A Dport_api.h92 } tPORT_STATE; typedef in typeref:struct:__anon1192
338 ** specifications in the tPORT_STATE structure.
341 ** p_settings - Pointer to a tPORT_STATE structure containing
345 extern int PORT_SetState (UINT16 handle, tPORT_STATE *p_settings);
363 ** Description This function is called to fill tPORT_STATE structure
367 ** p_settings - Pointer to a tPORT_STATE structure in which
371 extern int PORT_GetState (UINT16 handle, tPORT_STATE *p_settings);
/system/bt/bta/jv/
H A Dbta_jv_act.c1570 tPORT_STATE port_state;
1821 tPORT_STATE port_state;
1907 tPORT_STATE port_state;

Completed in 82 milliseconds