Home
last modified time | relevance | path

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

/aosp12/system/bt/main/shim/
H A Dl2c_api.cc858 struct LeFixedChannelHelper { struct
859 LeFixedChannelHelper(uint16_t cid) : cid_(cid) {} in LeFixedChannelHelper() argument
891 &LeFixedChannelHelper::on_channel_close, in on_channel_open()
901 bluetooth::common::Bind(&LeFixedChannelHelper::on_incoming_data, in on_channel_open()
963 static LeFixedChannelHelper att_helper{4};
964 static LeFixedChannelHelper smp_helper{6};
965 static std::unordered_map<uint16_t, LeFixedChannelHelper&>
987 common::BindOnce(&LeFixedChannelHelper::on_registration_complete, in L2CA_RegisterFixedChannel()
989 common::Bind(&LeFixedChannelHelper::on_channel_open, in L2CA_RegisterFixedChannel()
1013 common::BindOnce(&LeFixedChannelHelper::on_outgoing_connection_fail, in L2CA_ConnectFixedChnl()