Home
last modified time | relevance | path

Searched defs:DynamicChannel (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
H A Ddynamic_channel_registry_test.cc159 void DoNothing(const DynamicChannel*) {} in DoNothing()
214 auto registry_close_cb = [&](const DynamicChannel*) { in TEST()
306 [&open_result_cb_called](const DynamicChannel*) { in TEST()
341 auto close_cb = [&close_cb_called](const DynamicChannel*) { in TEST()
539 auto registry_close_cb = [&](const DynamicChannel*) { in TEST()
H A Ddynamic_channel.cc25 DynamicChannel::DynamicChannel(DynamicChannelRegistry* registry, in DynamicChannel() function in bt::l2cap::internal::DynamicChannel