Lines Matching refs:reg_info
120 sdp_cb.reg_info.pL2CA_ConnectInd_Cb = sdp_connect_ind; in sdp_init()
121 sdp_cb.reg_info.pL2CA_ConnectCfm_Cb = sdp_connect_cfm; in sdp_init()
122 sdp_cb.reg_info.pL2CA_ConnectPnd_Cb = NULL; in sdp_init()
123 sdp_cb.reg_info.pL2CA_ConfigInd_Cb = sdp_config_ind; in sdp_init()
124 sdp_cb.reg_info.pL2CA_ConfigCfm_Cb = sdp_config_cfm; in sdp_init()
125 sdp_cb.reg_info.pL2CA_DisconnectInd_Cb = sdp_disconnect_ind; in sdp_init()
126 sdp_cb.reg_info.pL2CA_DisconnectCfm_Cb = sdp_disconnect_cfm; in sdp_init()
127 sdp_cb.reg_info.pL2CA_QoSViolationInd_Cb = NULL; in sdp_init()
128 sdp_cb.reg_info.pL2CA_DataInd_Cb = sdp_data_ind; in sdp_init()
129 sdp_cb.reg_info.pL2CA_CongestionStatus_Cb = NULL; in sdp_init()
130 sdp_cb.reg_info.pL2CA_TxComplete_Cb = NULL; in sdp_init()
133 if (!L2CA_Register (SDP_PSM, &sdp_cb.reg_info)) in sdp_init()