Home
last modified time | relevance | path

Searched defs:cis_handle (Results 1 – 5 of 5) sorted by relevance

/external/pigweed/pw_bluetooth_sapphire/host/iso/
Diso_stream_manager.cc62 hci_spec::ConnectionHandle cis_handle = stream.second->cis_handle(); in ~IsoStreamManager() local
172 hci_spec::ConnectionHandle cis_handle = in AcceptCisRequest() local
233 hci_spec::ConnectionHandle cis_handle = in RejectCisRequest() local
Diso_stream.cc104 hci_spec::ConnectionHandle cis_handle() const override { in cis_handle() function in bt::iso::IsoStreamImpl
181 hci_spec::ConnectionHandle cis_handle, in IsoStreamImpl()
577 hci_spec::ConnectionHandle cis_handle, in Create()
Diso_stream_test.cc188 hci_spec::ConnectionHandle cis_handle = in SetupDataPath() local
/external/pigweed/pw_bluetooth_sapphire/host/iso/public/pw_bluetooth_sapphire/internal/host/iso/
Dfake_iso_stream.h46 hci_spec::ConnectionHandle cis_handle() const override { return 0; } in cis_handle() function
/external/pigweed/pw_bluetooth_sapphire/host/testing/
Dtest_packets.cc538 hci_spec::ConnectionHandle cis_handle) { in LEAcceptCisRequestCommandPacket()
548 hci_spec::ConnectionHandle cis_handle, in LERejectCisRequestCommandPacket()