Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/test/rfcomm/
Dstack_rfcomm_test.cc171 l2cap_appl_info_.pL2CA_ConfigInd_Cb(lcid, &cfg_req); in ConnectServerL2cap()
319 l2cap_appl_info_.pL2CA_ConfigInd_Cb(lcid, &cfg_req); in TestConnectClientPortL2cap()
783 l2cap_appl_info_.pL2CA_ConfigInd_Cb(new_lcid, &peer_cfg_req); in TEST_F()
/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_main.cc87 sdp_cb.reg_info.pL2CA_ConfigInd_Cb = sdp_config_ind; in sdp_init()
/packages/modules/Bluetooth/system/stack/rfcomm/
Drfc_l2cap_if.cc68 p_l2c->pL2CA_ConfigInd_Cb = RFCOMM_ConfigInd; in rfcomm_l2cap_if_init()
/packages/modules/Bluetooth/system/stack/include/
Dl2c_api.h332 tL2CA_CONFIG_IND_CB* pL2CA_ConfigInd_Cb; member
/packages/modules/Bluetooth/system/stack/bnep/
Dbnep_main.cc82 bnep_cb.reg_info.pL2CA_ConfigInd_Cb = nullptr; in bnep_register_with_l2cap()
/packages/modules/Bluetooth/system/stack/gap/
Dgap_conn.cc122 conn.reg_info.pL2CA_ConfigInd_Cb = gap_config_ind; in gap_conn_init()
/packages/modules/Bluetooth/system/stack/hid/
Dhidh_conn.cc74 .pL2CA_ConfigInd_Cb = hidh_l2cif_config_ind,
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_api.cc124 const bool config_ind_cb = (p_cb_info.pL2CA_ConfigInd_Cb != nullptr); in L2CA_Register()
Dl2c_csm.cc1330 (*p_ccb->p_rcb->api.pL2CA_ConfigInd_Cb)(p_ccb->local_cid, p_cfg); in l2c_csm_open()