HomeSort by relevance Sort by last modified time
    Searched refs:tPORT_STATE (Results 1 - 10 of 10) sorted by null

  /external/bluetooth/bluedroid/stack/rfcomm/
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 */
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);
337 tPORT_STATE *p_pars, UINT16 mask);
374 extern void PORT_PortNegInd (tRFC_MCB *p_mcb, UINT8 dlci, tPORT_STATE *p_pars, UINT16 param_mask);
375 extern void PORT_PortNegCnf (tRFC_MCB *p_mcb, UINT8 dlci, tPORT_STATE *p_pars, UINT16 result);
rfc_port_if.c 200 void RFCOMM_PortNegReq (tRFC_MCB *p_mcb, UINT8 dlci, tPORT_STATE *p_pars)
230 void RFCOMM_PortNegRsp (tRFC_MCB *p_mcb, UINT8 dlci, tPORT_STATE *p_pars,
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));
892 ** Description This function sets the tPORT_STATE structure given a p_frame.
896 void rfc_set_port_state(tPORT_STATE *port_pars, MX_FRAME *p_frame)
port_utils.c 36 static const tPORT_STATE default_port_pars =
212 tPORT_STATE user_port_pars;
port_api.c 555 ** specifications in the tPORT_STATE structure.
558 ** p_settings - Pointer to a tPORT_STATE structure containing
563 int PORT_SetState (UINT16 handle, tPORT_STATE *p_settings)
648 ** Description This function is called to fill tPORT_STATE structure
652 ** p_settings - Pointer to a tPORT_STATE structure in which
656 int PORT_GetState (UINT16 handle, tPORT_STATE *p_settings)
    [all...]
port_rfc.c 549 void PORT_PortNegInd (tRFC_MCB *p_mcb, UINT8 dlci, tPORT_STATE *p_pars,
582 void PORT_PortNegCnf (tRFC_MCB *p_mcb, UINT8 dlci, tPORT_STATE *p_pars, UINT16 result)
    [all...]
rfc_ts_frames.c 450 tPORT_STATE *p_pars, UINT16 mask)
  /external/bluetooth/bluedroid/stack/include/
port_api.h 92 } tPORT_STATE;
337 ** specifications in the tPORT_STATE structure.
340 ** p_settings - Pointer to a tPORT_STATE structure containing
344 RFC_API extern int PORT_SetState (UINT16 handle, tPORT_STATE *p_settings);
362 ** Description This function is called to fill tPORT_STATE structure
366 ** p_settings - Pointer to a tPORT_STATE structure in which
370 RFC_API extern int PORT_GetState (UINT16 handle, tPORT_STATE *p_settings);
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_act.c     [all...]

Completed in 337 milliseconds