Home
last modified time | relevance | path

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

/system/bt/stack/test/rfcomm/
Dstack_rfcomm_test.cc170 l2cap_appl_info_.pL2CA_ConfigInd_Cb(lcid, &cfg_req); in ConnectServerL2cap()
317 l2cap_appl_info_.pL2CA_ConfigInd_Cb(lcid, &cfg_req); in TestConnectClientPortL2cap()
782 l2cap_appl_info_.pL2CA_ConfigInd_Cb(new_lcid, &peer_cfg_req); in TEST_F()
/system/bt/stack/rfcomm/
Drfc_l2cap_if.cc68 p_l2c->pL2CA_ConfigInd_Cb = RFCOMM_ConfigInd; in rfcomm_l2cap_if_init()
/system/bt/stack/include/
Dl2c_api.h307 tL2CA_CONFIG_IND_CB* pL2CA_ConfigInd_Cb; member
/system/bt/stack/l2cap/
Dl2cap_client.cc69 .pL2CA_ConfigInd_Cb = config_request_cb,
Dl2c_csm.cc761 (*p_ccb->p_rcb->api.pL2CA_ConfigInd_Cb)(p_ccb->local_cid, p_cfg); in l2c_csm_config()
1024 (*p_ccb->p_rcb->api.pL2CA_ConfigInd_Cb)(p_ccb->local_cid, p_cfg); in l2c_csm_open()
Dl2c_api.cc73 if ((!p_cb_info->pL2CA_ConfigCfm_Cb) || (!p_cb_info->pL2CA_ConfigInd_Cb) || in L2CA_Register()
678 CHECK(callbacks->pL2CA_ConfigInd_Cb != NULL); in L2CA_SetConnectionCallbacks()
/system/bt/stack/sdp/
Dsdp_main.cc114 sdp_cb.reg_info.pL2CA_ConfigInd_Cb = sdp_config_ind; in sdp_init()
/system/bt/stack/bnep/
Dbnep_main.cc89 bnep_cb.reg_info.pL2CA_ConfigInd_Cb = bnep_config_ind; in bnep_register_with_l2cap()
/system/bt/stack/gap/
Dgap_conn.cc121 conn.reg_info.pL2CA_ConfigInd_Cb = gap_config_ind; in gap_conn_init()