Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/iso/
H A Diso_stream_manager.cc60 hci_spec::ConnectionHandle cis_handle = stream.second->cis_handle(); in ~IsoStreamManager() local
170 hci_spec::ConnectionHandle cis_handle = in AcceptCisRequest() local
227 hci_spec::ConnectionHandle cis_handle = in RejectCisRequest() local
H A Diso_stream.cc41 hci_spec::ConnectionHandle cis_handle() const override { in cis_handle() function in bt::iso::IsoStreamImpl
104 hci_spec::ConnectionHandle cis_handle, in IsoStreamImpl()
385 hci_spec::ConnectionHandle cis_handle, in Create()
H A Diso_stream_test.cc175 hci_spec::ConnectionHandle cis_handle = in SetupDataPath() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/iso/
H A Dfake_iso_stream.h42 hci_spec::ConnectionHandle cis_handle() const override { return 0; } in cis_handle() function
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/
Ddevices.h247 uint16_t cis_handle; member
Ddevices.cc1254 void LeAudioDevice::SetDsaCisHandle(uint16_t cis_handle) { dsa_.cis_handle = cis_handle; } in SetDsaCisHandle()
Ddevice_groups.cc177 auto cis_handle = kv_pair.first; in Cleanup() local
Dclient.cc3731 uint16_t cis_handle = stream_params.stream_locations.front().first; in PrepareAndSendToSingleCis() local
Dstate_machine_test.cc531 .WillByDefault([this](uint16_t cis_handle, uint8_t reason) { in ConfigureIsoManagerMock()
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_iso.cc84 void IsoManager::DisconnectCis(uint16_t cis_handle, uint8_t reason) { in DisconnectCis()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/
H A Dtest_packets.cc459 hci_spec::ConnectionHandle cis_handle) { in LEAcceptCisRequestCommandPacket()
469 hci_spec::ConnectionHandle cis_handle, in LERejectCisRequestCommandPacket()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/
Dbtm_iso.cc100 void IsoManager::DisconnectCis(uint16_t cis_handle, uint8_t reason) { in DisconnectCis()
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dmatchers.py294 def PacketPayloadWithMatchingCisHandle(cis_handle): argument