Home
last modified time | relevance | path

Searched refs:CigIdentifier (Results 1 – 5 of 5) sorted by relevance

/external/pigweed/pw_bluetooth_sapphire/host/iso/public/pw_bluetooth_sapphire/internal/host/iso/
Diso_common.h104 CigCisIdentifier(hci_spec::CigIdentifier cig_id, in CigCisIdentifier()
112 hci_spec::CigIdentifier cig_id() const { return cig_id_; } in cig_id()
116 hci_spec::CigIdentifier cig_id_;
/external/pigweed/pw_bluetooth_sapphire/host/iso/
Diso_stream_manager_test.cc28 constexpr hci_spec::CigIdentifier kCigId = 0x11;
Diso_stream_test.cc28 constexpr hci_spec::CigIdentifier kCigId = 0x22;
/external/pigweed/pw_bluetooth_sapphire/host/hci-spec/public/pw_bluetooth_sapphire/internal/host/hci-spec/
Dprotocol.h63 using CigIdentifier = uint8_t; variable
/external/pigweed/pw_bluetooth_sapphire/host/testing/
Dtest_packets.cc522 hci_spec::CigIdentifier cig_id, in LECisRequestEventPacket()