Home
last modified time | relevance | path

Searched refs:ChannelSelectionAlgorithm (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/test/LL/CON_/CEN/
DBV_43_C.py99 … channel_selection_algorithm=hci.ChannelSelectionAlgorithm.ALGORITHM_1))
DBV_41_C.py102 … channel_selection_algorithm=hci.ChannelSelectionAlgorithm.ALGORITHM_1))
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/py/
Dcontroller.py440 … channel_selection_algorithm=hci.ChannelSelectionAlgorithm.ALGORITHM_1))
/aosp_15_r20/external/python/bumble/rust/src/internal/hci/
Dpackets.pdl5365 enum ChannelSelectionAlgorithm : 8 {
5373 channel_selection_algorithm : ChannelSelectionAlgorithm,
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/packets/
Dhci_packets.pdl6077 enum ChannelSelectionAlgorithm : 8 {
6085 channel_selection_algorithm : ChannelSelectionAlgorithm,
/aosp_15_r20/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl6614 enum ChannelSelectionAlgorithm : 8 {
6622 channel_selection_algorithm : ChannelSelectionAlgorithm,
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dlink_layer_controller.cc4056 handle, bluetooth::hci::ChannelSelectionAlgorithm::ALGORITHM_1)); in HandleLeConnection()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h432 enum class ChannelSelectionAlgorithm : uint8_t {ALGORITHM_1 = 0x0,ALGORITHM_2 = 0x1,}; enum
986ChannelSelectionAlgorithm& param) {std::stringstream builder;switch (param) {case ChannelSelection… in ChannelSelectionAlgorithmText()
19174 ChannelSelectionAlgorithm GetChannelSelectionAlgorithm() const {ASSERT(was_validated_);auto to_boun… in CreateOptional()
47468 …elSelectionAlgorithmBuilder> Create(uint16_t connection_handle, ChannelSelectionAlgorithm channel_… in Create()
47488 explicit LeChannelSelectionAlgorithmBuilder(uint16_t connection_handle, ChannelSelectionAlgorithm c… in Create()
47492 uint16_t connection_handle_{};ChannelSelectionAlgorithm channel_selection_algorithm_{};}; in Create()
50123 struct formatter<bluetooth::hci::ChannelSelectionAlgorithm> : enum_formatter<bluetooth::hci::Channe…