Home
last modified time | relevance | path

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

/external/pigweed/pw_bluetooth_sapphire/host/iso/public/pw_bluetooth_sapphire/internal/host/iso/
Dfake_iso_stream.h31 bool OnCisEstablished(const hci::EventPacket& event) override { return true; } in OnCisEstablished() function
/external/pigweed/pw_bluetooth_sapphire/host/iso/
Diso_stream.cc217 bool IsoStreamImpl::OnCisEstablished(const hci::EventPacket& event) { in OnCisEstablished() function in bt::iso::IsoStreamImpl