Home
last modified time | relevance | path

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

/aosp12/system/bt/main/shim/
H A Dl2c_api.cc84 struct ClassicDynamicChannelHelper { struct
85 ClassicDynamicChannelHelper(uint16_t psm, tL2CAP_APPL_INFO appl_info, in ClassicDynamicChannelHelper() function
99 this, &ClassicDynamicChannelHelper::on_registration_complete), in Register()
101 this, &ClassicDynamicChannelHelper::on_channel_open, 0)); in Register()
124 this, &ClassicDynamicChannelHelper::on_channel_open, cid_token), in Connect()
126 this, &ClassicDynamicChannelHelper::on_outgoing_connection_fail)); in Connect()
142 this, &ClassicDynamicChannelHelper::on_unregistered)); in Unregister()
182 this, &ClassicDynamicChannelHelper::on_channel_close, cid_token)); in on_channel_open()
212 bluetooth::common::Bind(&ClassicDynamicChannelHelper::on_incoming_data, in on_channel_open()
301 std::unordered_map<uint16_t, std::unique_ptr<ClassicDynamicChannelHelper>>
[all …]