Searched refs:tPORT_STATE (Results 1 - 10 of 10) sorted by relevance
/system/bt/stack/rfcomm/ |
H A D | port_int.h | 176 tPORT_STATE user_port_pars; /* Port parameters for user connection */ 177 tPORT_STATE peer_port_pars; /* Port parameters for user connection */
|
H A D | rfc_int.h | 68 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 D | rfc_port_if.c | 215 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 D | rfc_port_fsm.c | 48 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 D | port_utils.c | 38 static const tPORT_STATE default_port_pars = 254 tPORT_STATE user_port_pars = p_port->user_port_pars;
|
H A D | port_api.c | 589 ** 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 D | port_rfc.c | 550 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 D | rfc_ts_frames.c | 421 tPORT_STATE *p_pars, UINT16 mask)
|
/system/bt/stack/include/ |
H A D | port_api.h | 92 } tPORT_STATE; typedef in typeref:struct:__anon1193 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 D | bta_jv_act.c | 1570 tPORT_STATE port_state; 1821 tPORT_STATE port_state; 1907 tPORT_STATE port_state;
|
Completed in 93 milliseconds