Home
last modified time | relevance | path

Searched refs:reg_info (Results 1 – 8 of 8) sorted by relevance

/system/bt/stack/sdp/
Dsdp_main.cc84 sdp_cb.reg_info.pL2CA_ConnectInd_Cb = sdp_connect_ind; in sdp_init()
85 sdp_cb.reg_info.pL2CA_ConnectCfm_Cb = sdp_connect_cfm; in sdp_init()
86 sdp_cb.reg_info.pL2CA_ConfigInd_Cb = sdp_config_ind; in sdp_init()
87 sdp_cb.reg_info.pL2CA_ConfigCfm_Cb = sdp_config_cfm; in sdp_init()
88 sdp_cb.reg_info.pL2CA_DisconnectInd_Cb = sdp_disconnect_ind; in sdp_init()
89 sdp_cb.reg_info.pL2CA_DataInd_Cb = sdp_data_ind; in sdp_init()
90 sdp_cb.reg_info.pL2CA_Error_Cb = sdp_on_l2cap_error; in sdp_init()
93 if (!L2CA_Register2(BT_PSM_SDP, sdp_cb.reg_info, true /* enable_snoop */, in sdp_init()
Dsdpint.h174 tL2CAP_APPL_INFO reg_info; /* L2CAP Registration info */ member
/system/bt/stack/pan/
Dpan_main.cc55 tBNEP_REGISTER reg_info; in pan_register_with_bnep() local
57 memset(&reg_info, 0, sizeof(tBNEP_REGISTER)); in pan_register_with_bnep()
59 reg_info.p_conn_ind_cb = pan_conn_ind_cb; in pan_register_with_bnep()
60 reg_info.p_conn_state_cb = pan_connect_state_cb; in pan_register_with_bnep()
61 reg_info.p_data_buf_cb = pan_data_buf_ind_cb; in pan_register_with_bnep()
62 reg_info.p_data_ind_cb = NULL; in pan_register_with_bnep()
63 reg_info.p_tx_data_flow_cb = pan_tx_data_flow_cb; in pan_register_with_bnep()
64 reg_info.p_filter_ind_cb = pan_proto_filt_ind_cb; in pan_register_with_bnep()
65 reg_info.p_mfilter_ind_cb = pan_mcast_filt_ind_cb; in pan_register_with_bnep()
67 BNEP_Register(&reg_info); in pan_register_with_bnep()
/system/bt/stack/gap/
Dgap_conn.cc73 tL2CAP_APPL_INFO reg_info; /* L2CAP Registration info */ member
113 conn.reg_info.pL2CA_ConnectInd_Cb = gap_connect_ind; in gap_conn_init()
114 conn.reg_info.pL2CA_ConnectCfm_Cb = gap_connect_cfm; in gap_conn_init()
115 conn.reg_info.pL2CA_ConfigInd_Cb = gap_config_ind; in gap_conn_init()
116 conn.reg_info.pL2CA_ConfigCfm_Cb = gap_config_cfm; in gap_conn_init()
117 conn.reg_info.pL2CA_DisconnectInd_Cb = gap_disconnect_ind; in gap_conn_init()
118 conn.reg_info.pL2CA_DataInd_Cb = gap_data_ind; in gap_conn_init()
119 conn.reg_info.pL2CA_CongestionStatus_Cb = gap_congestion_ind; in gap_conn_init()
120 conn.reg_info.pL2CA_TxComplete_Cb = gap_tx_complete_ind; in gap_conn_init()
121 conn.reg_info.pL2CA_Error_Cb = gap_on_l2cap_error; in gap_conn_init()
[all …]
/system/bt/stack/bnep/
Dbnep_main.cc81 bnep_cb.reg_info.pL2CA_ConnectInd_Cb = bnep_connect_ind; in bnep_register_with_l2cap()
82 bnep_cb.reg_info.pL2CA_ConnectCfm_Cb = bnep_connect_cfm; in bnep_register_with_l2cap()
83 bnep_cb.reg_info.pL2CA_ConfigInd_Cb = nullptr; in bnep_register_with_l2cap()
84 bnep_cb.reg_info.pL2CA_ConfigCfm_Cb = bnep_config_cfm; in bnep_register_with_l2cap()
85 bnep_cb.reg_info.pL2CA_DisconnectInd_Cb = bnep_disconnect_ind; in bnep_register_with_l2cap()
86 bnep_cb.reg_info.pL2CA_DataInd_Cb = bnep_data_ind; in bnep_register_with_l2cap()
87 bnep_cb.reg_info.pL2CA_CongestionStatus_Cb = bnep_congestion_ind; in bnep_register_with_l2cap()
88 bnep_cb.reg_info.pL2CA_Error_Cb = bnep_on_l2cap_error; in bnep_register_with_l2cap()
91 if (!L2CA_Register2(BT_PSM_BNEP, bnep_cb.reg_info, false /* enable_snoop */, in bnep_register_with_l2cap()
Dbnep_int.h152 tL2CAP_APPL_INFO reg_info; member
/system/bt/stack/rfcomm/
Drfc_l2cap_if.cc63 tL2CAP_APPL_INFO* p_l2c = &rfc_cb.rfc.reg_info; in rfcomm_l2cap_if_init()
75 L2CA_Register(BT_PSM_RFCOMM, rfc_cb.rfc.reg_info, true /* enable_snoop */, in rfcomm_l2cap_if_init()
Drfc_int.h237 tL2CAP_APPL_INFO reg_info; /* L2CAP Registration info */ member