Searched refs:reg_info (Results 1 - 7 of 7) sorted by relevance

/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_main.c120 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
[all...]
H A Dsdpint.h230 tL2CAP_APPL_INFO reg_info; /* L2CAP Registration info */ member in struct:__anon1443
/external/bluetooth/bluedroid/stack/pan/
H A Dpan_main.c59 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/
H A Dbnep_main.c89 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))
H A Dbnep_int.h181 tL2CAP_APPL_INFO reg_info; member in struct:__anon1005
/external/bluetooth/bluedroid/stack/rfcomm/
H A Drfc_l2cap_if.c59 tL2CAP_APPL_INFO *p_l2c = &rfc_cb.rfc.reg_info;
H A Drfc_int.h221 tL2CAP_APPL_INFO reg_info; /* L2CAP Registration info */ member in struct:__anon1431

Completed in 119 milliseconds