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

  /system/bt/stack/rfcomm/
port_int.h 171 tPORT_STATE user_port_pars; /* Port parameters for user connection */
172 tPORT_STATE peer_port_pars; /* Port parameters for user connection */
rfc_int.h 68 tPORT_STATE* p_pars);
70 tPORT_STATE* p_pars, uint16_t param_mask);
331 tPORT_STATE* p_pars, uint16_t mask);
366 extern void PORT_PortNegInd(tRFC_MCB* p_mcb, uint8_t dlci, tPORT_STATE* p_pars,
368 extern void PORT_PortNegCnf(tRFC_MCB* p_mcb, uint8_t dlci, tPORT_STATE* p_pars,
rfc_port_if.cc 194 void RFCOMM_PortNegReq(tRFC_MCB* p_mcb, uint8_t dlci, tPORT_STATE* p_pars) {
224 void RFCOMM_PortNegRsp(tRFC_MCB* p_mcb, uint8_t dlci, tPORT_STATE* p_pars,
rfc_port_fsm.cc 54 static void rfc_set_port_state(tPORT_STATE* port_pars, MX_FRAME* p_frame);
592 tPORT_STATE port_pars;
599 memset(&port_pars, 0, sizeof(tPORT_STATE));
866 * Description This function sets the tPORT_STATE structure given a
871 void rfc_set_port_state(tPORT_STATE* port_pars, MX_FRAME* p_frame) {
port_utils.cc 39 static const tPORT_STATE default_port_pars = {
250 tPORT_STATE user_port_pars = p_port->user_port_pars;
port_api.cc 571 * specifications in the tPORT_STATE structure.
574 * p_settings - Pointer to a tPORT_STATE structure containing
579 int PORT_SetState(uint16_t handle, tPORT_STATE* p_settings) {
656 * Description This function is called to fill tPORT_STATE structure
660 * p_settings - Pointer to a tPORT_STATE structure in which
664 int PORT_GetState(uint16_t handle, tPORT_STATE* p_settings) {
    [all...]
port_rfc.cc 520 void PORT_PortNegInd(tRFC_MCB* p_mcb, uint8_t dlci, tPORT_STATE* p_pars,
550 UNUSED_ATTR tPORT_STATE* p_pars, uint16_t result) {
    [all...]
rfc_ts_frames.cc 393 tPORT_STATE* p_pars, uint16_t mask) {
  /system/bt/stack/include/
port_api.h 90 } tPORT_STATE;
333 * specifications in the tPORT_STATE structure.
336 * p_settings - Pointer to a tPORT_STATE structure containing
340 extern int PORT_SetState(uint16_t handle, tPORT_STATE* p_settings);
358 * Description This function is called to fill tPORT_STATE structure
362 * p_settings - Pointer to a tPORT_STATE structure in which
366 extern int PORT_GetState(uint16_t handle, tPORT_STATE* p_settings);
  /system/bt/bta/jv/
bta_jv_act.cc     [all...]

Completed in 151 milliseconds