Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/gap/
Dgap_conn.c57 gap_cb.conn.reg_info.pAMP_ConnectInd_Cb = gap_connect_ind; in gap_conn_init()
58 gap_cb.conn.reg_info.pAMP_ConnectCfm_Cb = gap_connect_cfm; in gap_conn_init()
59 gap_cb.conn.reg_info.pAMP_ConnectPnd_Cb = NULL; in gap_conn_init()
60 gap_cb.conn.reg_info.pAMP_ConfigInd_Cb = gap_config_ind; in gap_conn_init()
61 gap_cb.conn.reg_info.pAMP_ConfigCfm_Cb = gap_config_cfm; in gap_conn_init()
62 gap_cb.conn.reg_info.pAMP_DisconnectInd_Cb = gap_disconnect_ind; in gap_conn_init()
63 gap_cb.conn.reg_info.pAMP_DisconnectCfm_Cb = NULL; in gap_conn_init()
64 gap_cb.conn.reg_info.pAMP_QoSViolationInd_Cb = NULL; in gap_conn_init()
65 gap_cb.conn.reg_info.pAMP_DataInd_Cb = gap_data_ind; in gap_conn_init()
66 gap_cb.conn.reg_info.pAMP_CongestionStatus_Cb = gap_congestion_ind; in gap_conn_init()
[all …]
Dgap_int.h113 tAMP_APPL_INFO reg_info; member
115 tL2CAP_APPL_INFO reg_info; /* L2CAP Registration info */
/external/bluetooth/bluedroid/stack/sdp/
Dsdp_main.c120 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()
[all …]
Dsdpint.h230 tL2CAP_APPL_INFO reg_info; /* L2CAP Registration info */ member
/external/bluetooth/bluedroid/stack/pan/
Dpan_main.c59 tBNEP_REGISTER reg_info; in pan_register_with_bnep() local
61 memset (&reg_info, 0, sizeof (tBNEP_REGISTER)); in pan_register_with_bnep()
63 reg_info.p_conn_ind_cb = pan_conn_ind_cb; in pan_register_with_bnep()
64 reg_info.p_conn_state_cb = pan_connect_state_cb; in pan_register_with_bnep()
65 reg_info.p_data_buf_cb = pan_data_buf_ind_cb; in pan_register_with_bnep()
66 reg_info.p_data_ind_cb = NULL; in pan_register_with_bnep()
67 reg_info.p_tx_data_flow_cb = pan_tx_data_flow_cb; in pan_register_with_bnep()
68 reg_info.p_filter_ind_cb = pan_proto_filt_ind_cb; in pan_register_with_bnep()
69 reg_info.p_mfilter_ind_cb = pan_mcast_filt_ind_cb; in pan_register_with_bnep()
71 BNEP_Register (&reg_info); in pan_register_with_bnep()
/external/bluetooth/bluedroid/stack/bnep/
Dbnep_main.c89 bnep_cb.reg_info.pL2CA_ConnectInd_Cb = bnep_connect_ind; in bnep_register_with_l2cap()
90 bnep_cb.reg_info.pL2CA_ConnectCfm_Cb = bnep_connect_cfm; in bnep_register_with_l2cap()
91 bnep_cb.reg_info.pL2CA_ConfigInd_Cb = bnep_config_ind; in bnep_register_with_l2cap()
92 bnep_cb.reg_info.pL2CA_ConfigCfm_Cb = bnep_config_cfm; in bnep_register_with_l2cap()
93 bnep_cb.reg_info.pL2CA_DisconnectInd_Cb = bnep_disconnect_ind; in bnep_register_with_l2cap()
94 bnep_cb.reg_info.pL2CA_DisconnectCfm_Cb = bnep_disconnect_cfm; in bnep_register_with_l2cap()
95 bnep_cb.reg_info.pL2CA_DataInd_Cb = bnep_data_ind; in bnep_register_with_l2cap()
96 bnep_cb.reg_info.pL2CA_CongestionStatus_Cb = bnep_congestion_ind; in bnep_register_with_l2cap()
99 if (!L2CA_Register (BT_PSM_BNEP, &bnep_cb.reg_info)) in bnep_register_with_l2cap()
Dbnep_int.h181 tL2CAP_APPL_INFO reg_info; member
/external/bluetooth/bluedroid/stack/rfcomm/
Drfc_l2cap_if.c59 tL2CAP_APPL_INFO *p_l2c = &rfc_cb.rfc.reg_info; in rfcomm_l2cap_if_init()
Drfc_int.h221 tL2CAP_APPL_INFO reg_info; /* L2CAP Registration info */ member