Home
last modified time | relevance | path

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

/system/bt/stack/sdp/
Dsdp_main.cc87 sdp_cb.reg_info.pL2CA_ConfigCfm_Cb = sdp_config_cfm; in sdp_init()
/system/bt/stack/include/
Dl2c_api.h306 tL2CA_CONFIG_CFM_CB* pL2CA_ConfigCfm_Cb; member
/system/bt/stack/rfcomm/
Drfc_l2cap_if.cc68 p_l2c->pL2CA_ConfigCfm_Cb = RFCOMM_ConfigCnf; in rfcomm_l2cap_if_init()
/system/bt/stack/test/rfcomm/
Dstack_rfcomm_test.cc162 l2cap_appl_info_.pL2CA_ConfigCfm_Cb(lcid, L2CAP_CFG_OK, {}); in ConnectServerL2cap()
303 l2cap_appl_info_.pL2CA_ConfigCfm_Cb(lcid, L2CAP_CFG_OK, {}); in TestConnectClientPortL2cap()
784 l2cap_appl_info_.pL2CA_ConfigCfm_Cb(new_lcid, L2CAP_CFG_OK, {}); in TEST_F()
/system/bt/stack/bnep/
Dbnep_main.cc84 bnep_cb.reg_info.pL2CA_ConfigCfm_Cb = bnep_config_cfm; in bnep_register_with_l2cap()
/system/bt/stack/gap/
Dgap_conn.cc116 conn.reg_info.pL2CA_ConfigCfm_Cb = gap_config_cfm; in gap_conn_init()
/system/bt/stack/hid/
Dhidh_conn.cc74 .pL2CA_ConfigCfm_Cb = hidh_l2cif_config_cfm,
/system/bt/main/shim/
Dl2c_api.cc193 do_in_main_thread(FROM_HERE, base::Bind(appl_info_.pL2CA_ConfigCfm_Cb, in on_channel_open()
205 do_in_main_thread(FROM_HERE, base::Bind(appl_info_.pL2CA_ConfigCfm_Cb, in on_channel_open()
/system/bt/stack/l2cap/
Dl2c_api.cc85 const bool config_cfm_cb = (p_cb_info.pL2CA_ConfigCfm_Cb != nullptr); in L2CA_Register()
Dl2c_csm.cc98 (*p_ccb->p_rcb->api.pL2CA_ConfigCfm_Cb)( in l2c_csm_indicate_connection_open()