Home
last modified time | relevance | path

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

/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
Dlogical_link.cc257 [this, cb = std::move(callback)](const DynamicChannel* dyn_chan) mutable { in OpenChannel()
580 const DynamicChannel* dyn_chan) mutable { in OnServiceRequest()
587 void LogicalLink::OnChannelDisconnectRequest(const DynamicChannel* dyn_chan) { in OnChannelDisconnectRequest()
611 void LogicalLink::CompleteDynamicOpen(const DynamicChannel* dyn_chan, in CompleteDynamicOpen()
Dle_dynamic_channel.cc126 DynamicChannel* dyn_chan = RequestService(psm, local_cid, remote_cid); in OnRxLeCreditBasedConnectionRequest() local
Dbredr_dynamic_channel.cc129 auto dyn_chan = RequestService(psm, local_cid, remote_cid); in OnRxConnReq() local