Home
last modified time | relevance | path

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

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