Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/rust/src/llcp/
Diso.rs1135 data_path_direction == hci::RemoveDataPathDirection::Output in hci_le_remove_iso_data_path()
1136 || data_path_direction == hci::RemoveDataPathDirection::InputAndOutput, in hci_le_remove_iso_data_path()
1137 data_path_direction == hci::RemoveDataPathDirection::Input in hci_le_remove_iso_data_path()
1138 || data_path_direction == hci::RemoveDataPathDirection::InputAndOutput, in hci_le_remove_iso_data_path()
1142 data_path_direction == hci::RemoveDataPathDirection::Input in hci_le_remove_iso_data_path()
1143 || data_path_direction == hci::RemoveDataPathDirection::InputAndOutput, in hci_le_remove_iso_data_path()
1144 data_path_direction == hci::RemoveDataPathDirection::Output in hci_le_remove_iso_data_path()
1145 || data_path_direction == hci::RemoveDataPathDirection::InputAndOutput, in hci_le_remove_iso_data_path()
/aosp_15_r20/external/python/bumble/rust/src/internal/hci/
Dpackets.pdl4539 enum RemoveDataPathDirection : 8 {
4548 remove_data_path_direction : RemoveDataPathDirection,
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/packets/
Dhci_packets.pdl4708 enum RemoveDataPathDirection : 8 {
4717 remove_data_path_direction : RemoveDataPathDirection,
/aosp_15_r20/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl4752 enum RemoveDataPathDirection : 8 {
4761 remove_data_path_direction : RemoveDataPathDirection,
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h318 enum class RemoveDataPathDirection : uint8_t {INPUT = 0x1,OUTPUT = 0x2,INPUT_AND_OUTPUT = 0x3,}; enum
834RemoveDataPathDirection& param) {std::stringstream builder;switch (param) {case RemoveDataPathDire… in RemoveDataPathDirectionText()
14233 RemoveDataPathDirection GetRemoveDataPathDirection() const {ASSERT(was_validated_);auto to_bound = … in CreateOptional()
40168 …r<LeRemoveIsoDataPathBuilder> Create(uint16_t connection_handle, RemoveDataPathDirection remove_da… in Create()
40188 explicit LeRemoveIsoDataPathBuilder(uint16_t connection_handle, RemoveDataPathDirection remove_data… in Create()
40192 uint16_t connection_handle_{};RemoveDataPathDirection remove_data_path_direction_{};}; in Create()
50047 struct formatter<bluetooth::hci::RemoveDataPathDirection> : enum_formatter<bluetooth::hci::RemoveDa…