Searched refs:reg_info (Results 1 – 9 of 9) sorted by relevance
61 gap_cb.conn.reg_info.pAMP_ConnectInd_Cb = gap_connect_ind; in gap_conn_init()62 gap_cb.conn.reg_info.pAMP_ConnectCfm_Cb = gap_connect_cfm; in gap_conn_init()63 gap_cb.conn.reg_info.pAMP_ConnectPnd_Cb = NULL; in gap_conn_init()64 gap_cb.conn.reg_info.pAMP_ConfigInd_Cb = gap_config_ind; in gap_conn_init()65 gap_cb.conn.reg_info.pAMP_ConfigCfm_Cb = gap_config_cfm; in gap_conn_init()66 gap_cb.conn.reg_info.pAMP_DisconnectInd_Cb = gap_disconnect_ind; in gap_conn_init()67 gap_cb.conn.reg_info.pAMP_DisconnectCfm_Cb = NULL; in gap_conn_init()68 gap_cb.conn.reg_info.pAMP_QoSViolationInd_Cb = NULL; in gap_conn_init()69 gap_cb.conn.reg_info.pAMP_DataInd_Cb = gap_data_ind; in gap_conn_init()70 gap_cb.conn.reg_info.pAMP_CongestionStatus_Cb = gap_congestion_ind; in gap_conn_init()[all …]
95 tAMP_APPL_INFO reg_info; member97 tL2CAP_APPL_INFO reg_info; /* L2CAP Registration info */
123 sdp_cb.reg_info.pL2CA_ConnectInd_Cb = sdp_connect_ind; in sdp_init()124 sdp_cb.reg_info.pL2CA_ConnectCfm_Cb = sdp_connect_cfm; in sdp_init()125 sdp_cb.reg_info.pL2CA_ConnectPnd_Cb = NULL; in sdp_init()126 sdp_cb.reg_info.pL2CA_ConfigInd_Cb = sdp_config_ind; in sdp_init()127 sdp_cb.reg_info.pL2CA_ConfigCfm_Cb = sdp_config_cfm; in sdp_init()128 sdp_cb.reg_info.pL2CA_DisconnectInd_Cb = sdp_disconnect_ind; in sdp_init()129 sdp_cb.reg_info.pL2CA_DisconnectCfm_Cb = sdp_disconnect_cfm; in sdp_init()130 sdp_cb.reg_info.pL2CA_QoSViolationInd_Cb = NULL; in sdp_init()131 sdp_cb.reg_info.pL2CA_DataInd_Cb = sdp_data_ind; in sdp_init()132 sdp_cb.reg_info.pL2CA_CongestionStatus_Cb = NULL; in sdp_init()[all …]
226 tL2CAP_APPL_INFO reg_info; /* L2CAP Registration info */ member
60 tBNEP_REGISTER reg_info; in pan_register_with_bnep() local62 memset (®_info, 0, sizeof (tBNEP_REGISTER)); in pan_register_with_bnep()64 reg_info.p_conn_ind_cb = pan_conn_ind_cb; in pan_register_with_bnep()65 reg_info.p_conn_state_cb = pan_connect_state_cb; in pan_register_with_bnep()66 reg_info.p_data_buf_cb = pan_data_buf_ind_cb; in pan_register_with_bnep()67 reg_info.p_data_ind_cb = NULL; in pan_register_with_bnep()68 reg_info.p_tx_data_flow_cb = pan_tx_data_flow_cb; in pan_register_with_bnep()69 reg_info.p_filter_ind_cb = pan_proto_filt_ind_cb; in pan_register_with_bnep()70 reg_info.p_mfilter_ind_cb = pan_mcast_filt_ind_cb; in pan_register_with_bnep()72 BNEP_Register (®_info); in pan_register_with_bnep()
92 bnep_cb.reg_info.pL2CA_ConnectInd_Cb = bnep_connect_ind; in bnep_register_with_l2cap()93 bnep_cb.reg_info.pL2CA_ConnectCfm_Cb = bnep_connect_cfm; in bnep_register_with_l2cap()94 bnep_cb.reg_info.pL2CA_ConfigInd_Cb = bnep_config_ind; in bnep_register_with_l2cap()95 bnep_cb.reg_info.pL2CA_ConfigCfm_Cb = bnep_config_cfm; in bnep_register_with_l2cap()96 bnep_cb.reg_info.pL2CA_DisconnectInd_Cb = bnep_disconnect_ind; in bnep_register_with_l2cap()97 bnep_cb.reg_info.pL2CA_DisconnectCfm_Cb = bnep_disconnect_cfm; in bnep_register_with_l2cap()98 bnep_cb.reg_info.pL2CA_DataInd_Cb = bnep_data_ind; in bnep_register_with_l2cap()99 bnep_cb.reg_info.pL2CA_CongestionStatus_Cb = bnep_congestion_ind; in bnep_register_with_l2cap()102 if (!L2CA_Register (BT_PSM_BNEP, &bnep_cb.reg_info)) in bnep_register_with_l2cap()
181 tL2CAP_APPL_INFO reg_info; member
63 tL2CAP_APPL_INFO *p_l2c = &rfc_cb.rfc.reg_info; in rfcomm_l2cap_if_init()
219 tL2CAP_APPL_INFO reg_info; /* L2CAP Registration info */ member