Home
last modified time | relevance | path

Searched refs:pL2CA_ConfigCfm_Cb (Results 1 – 10 of 10) sorted by relevance

/system/bt/stack/include/
Dl2c_api.h284 tL2CA_CONFIG_CFM_CB* pL2CA_ConfigCfm_Cb; member
/system/bt/stack/test/rfcomm/
Dstack_rfcomm_test.cc163 l2cap_appl_info_.pL2CA_ConfigCfm_Cb(lcid, &cfg_req); in ConnectServerL2cap()
304 l2cap_appl_info_.pL2CA_ConfigCfm_Cb(lcid, &cfg_req); in TestConnectClientPortL2cap()
787 l2cap_appl_info_.pL2CA_ConfigCfm_Cb(new_lcid, &peer_cfg_rsp); in TEST_F()
/system/bt/stack/rfcomm/
Drfc_l2cap_if.cc69 p_l2c->pL2CA_ConfigCfm_Cb = RFCOMM_ConfigCnf; in rfcomm_l2cap_if_init()
/system/bt/stack/sdp/
Dsdp_main.cc110 sdp_cb.reg_info.pL2CA_ConfigCfm_Cb = sdp_config_cfm; in sdp_init()
/system/bt/stack/l2cap/
Dl2c_csm.cc832 (*p_ccb->p_rcb->api.pL2CA_ConfigCfm_Cb)(p_ccb->local_cid, p_cfg); in l2c_csm_config()
844 (*p_ccb->p_rcb->api.pL2CA_ConfigCfm_Cb)(p_ccb->local_cid, p_cfg); in l2c_csm_config()
Dl2c_api.cc81 if ((!p_cb_info->pL2CA_ConfigCfm_Cb) || (!p_cb_info->pL2CA_ConfigInd_Cb) || in L2CA_Register()
/system/bt/main/shim/
Dl2cap.cc376 classic_.Callbacks(CidToPsm(cid))->pL2CA_ConfigCfm_Cb(cid, &cfg_info); in ConfigRequest()
Dl2c_api.cc46 if ((callbacks->pL2CA_ConfigCfm_Cb == nullptr) || in L2CA_Register()
/system/bt/stack/bnep/
Dbnep_main.cc90 bnep_cb.reg_info.pL2CA_ConfigCfm_Cb = bnep_config_cfm; in bnep_register_with_l2cap()
/system/bt/stack/gap/
Dgap_conn.cc122 conn.reg_info.pL2CA_ConfigCfm_Cb = gap_config_cfm; in gap_conn_init()