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

  /external/bluetooth/bluedroid/stack/gap/
gap_conn.c 57 gap_cb.conn.reg_info.pAMP_ConnectInd_Cb = gap_connect_ind;
58 gap_cb.conn.reg_info.pAMP_ConnectCfm_Cb = gap_connect_cfm;
59 gap_cb.conn.reg_info.pAMP_ConnectPnd_Cb = NULL;
60 gap_cb.conn.reg_info.pAMP_ConfigInd_Cb = gap_config_ind;
61 gap_cb.conn.reg_info.pAMP_ConfigCfm_Cb = gap_config_cfm;
62 gap_cb.conn.reg_info.pAMP_DisconnectInd_Cb = gap_disconnect_ind;
63 gap_cb.conn.reg_info.pAMP_DisconnectCfm_Cb = NULL;
64 gap_cb.conn.reg_info.pAMP_QoSViolationInd_Cb = NULL;
65 gap_cb.conn.reg_info.pAMP_DataInd_Cb = gap_data_ind;
66 gap_cb.conn.reg_info.pAMP_CongestionStatus_Cb = gap_congestion_ind
    [all...]
gap_int.h 113 tAMP_APPL_INFO reg_info; member in struct:__anon3547
115 tL2CAP_APPL_INFO reg_info; /* L2CAP Registration info */
  /external/bluetooth/bluedroid/stack/sdp/
sdp_main.c 120 sdp_cb.reg_info.pL2CA_ConnectInd_Cb = sdp_connect_ind;
121 sdp_cb.reg_info.pL2CA_ConnectCfm_Cb = sdp_connect_cfm;
122 sdp_cb.reg_info.pL2CA_ConnectPnd_Cb = NULL;
123 sdp_cb.reg_info.pL2CA_ConfigInd_Cb = sdp_config_ind;
124 sdp_cb.reg_info.pL2CA_ConfigCfm_Cb = sdp_config_cfm;
125 sdp_cb.reg_info.pL2CA_DisconnectInd_Cb = sdp_disconnect_ind;
126 sdp_cb.reg_info.pL2CA_DisconnectCfm_Cb = sdp_disconnect_cfm;
127 sdp_cb.reg_info.pL2CA_QoSViolationInd_Cb = NULL;
128 sdp_cb.reg_info.pL2CA_DataInd_Cb = sdp_data_ind;
129 sdp_cb.reg_info.pL2CA_CongestionStatus_Cb = NULL
    [all...]
sdpint.h 230 tL2CAP_APPL_INFO reg_info; /* L2CAP Registration info */ member in struct:__anon3975
  /external/bluetooth/bluedroid/stack/pan/
pan_main.c 59 tBNEP_REGISTER reg_info; local
61 memset (&reg_info, 0, sizeof (tBNEP_REGISTER));
63 reg_info.p_conn_ind_cb = pan_conn_ind_cb;
64 reg_info.p_conn_state_cb = pan_connect_state_cb;
65 reg_info.p_data_buf_cb = pan_data_buf_ind_cb;
66 reg_info.p_data_ind_cb = NULL;
67 reg_info.p_tx_data_flow_cb = pan_tx_data_flow_cb;
68 reg_info.p_filter_ind_cb = pan_proto_filt_ind_cb;
69 reg_info.p_mfilter_ind_cb = pan_mcast_filt_ind_cb;
71 BNEP_Register (&reg_info);
    [all...]
  /external/bluetooth/bluedroid/stack/bnep/
bnep_main.c 89 bnep_cb.reg_info.pL2CA_ConnectInd_Cb = bnep_connect_ind;
90 bnep_cb.reg_info.pL2CA_ConnectCfm_Cb = bnep_connect_cfm;
91 bnep_cb.reg_info.pL2CA_ConfigInd_Cb = bnep_config_ind;
92 bnep_cb.reg_info.pL2CA_ConfigCfm_Cb = bnep_config_cfm;
93 bnep_cb.reg_info.pL2CA_DisconnectInd_Cb = bnep_disconnect_ind;
94 bnep_cb.reg_info.pL2CA_DisconnectCfm_Cb = bnep_disconnect_cfm;
95 bnep_cb.reg_info.pL2CA_DataInd_Cb = bnep_data_ind;
96 bnep_cb.reg_info.pL2CA_CongestionStatus_Cb = bnep_congestion_ind;
99 if (!L2CA_Register (BT_PSM_BNEP, &bnep_cb.reg_info))
bnep_int.h 181 tL2CAP_APPL_INFO reg_info; member in struct:__anon3508
  /external/bluetooth/bluedroid/stack/rfcomm/
rfc_l2cap_if.c 59 tL2CAP_APPL_INFO *p_l2c = &rfc_cb.rfc.reg_info;
rfc_int.h 221 tL2CAP_APPL_INFO reg_info; /* L2CAP Registration info */ member in struct:__anon3963
  /art/compiler/dex/portable/
mir_to_gbc.cc 1521 ::llvm::SmallVector< ::llvm::Value*, 2> reg_info; local
    [all...]

Completed in 4328 milliseconds