Home
last modified time | relevance | path

Searched defs:dyn_chan (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
H A Dlogical_link.cc204 [this, cb = std::move(callback)](const DynamicChannel* dyn_chan) mutable { in OpenChannel()
527 const DynamicChannel* dyn_chan) mutable { in OnServiceRequest()
534 void LogicalLink::OnChannelDisconnectRequest(const DynamicChannel* dyn_chan) { in OnChannelDisconnectRequest()
558 void LogicalLink::CompleteDynamicOpen(const DynamicChannel* dyn_chan, in CompleteDynamicOpen()
H A Dle_dynamic_channel.cc125 DynamicChannel* dyn_chan = RequestService(psm, local_cid, remote_cid); in OnRxLeCreditBasedConnectionRequest() local
H A Dbredr_dynamic_channel.cc129 auto dyn_chan = RequestService(psm, local_cid, remote_cid); in OnRxConnReq() local