Home
last modified time | relevance | path

Searched defs:CisEstablishedParameters (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 Diso_common.h49 struct CisEstablishedParameters { struct
50 struct CisUnidirectionalParams {
69 uint32_t cig_sync_delay;
73 uint32_t cis_sync_delay;
97 const std::optional<CisEstablishedParameters>&)>; argument
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/iso/
H A Diso_stream_manager_test.cc63 const std::optional<CisEstablishedParameters>&) { in CallAcceptCis()