Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/iso/
H A Diso_stream_manager.cc57 hci::IsoDataChannel* iso_data_channel = hci_->iso_data_channel(); in ~IsoStreamManager() local
151 hci::IsoDataChannel* iso_data_channel = hci_->iso_data_channel(); in OnDisconnect() local
177 hci::IsoDataChannel* iso_data_channel = hci_->iso_data_channel(); in AcceptCisRequest() local
217 hci::IsoDataChannel* iso_data_channel = self->hci_->iso_data_channel(); in AcceptCisRequest() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/transport/
H A Dtransport.h87 IsoDataChannel* iso_data_channel() const { return iso_data_channel_.get(); } in iso_data_channel() function
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/transport/
H A Diso_data_channel_test.cc35 IsoDataChannel* iso_data_channel() { return transport()->iso_data_channel(); } in iso_data_channel() function in bt::hci::IsoDataChannelTests