Searched refs:ChannelSelectionAlgorithm (Results 1 – 8 of 8) sorted by relevance
99 … channel_selection_algorithm=hci.ChannelSelectionAlgorithm.ALGORITHM_1))
102 … channel_selection_algorithm=hci.ChannelSelectionAlgorithm.ALGORITHM_1))
440 … channel_selection_algorithm=hci.ChannelSelectionAlgorithm.ALGORITHM_1))
5365 enum ChannelSelectionAlgorithm : 8 {5373 channel_selection_algorithm : ChannelSelectionAlgorithm,
6077 enum ChannelSelectionAlgorithm : 8 {6085 channel_selection_algorithm : ChannelSelectionAlgorithm,
6614 enum ChannelSelectionAlgorithm : 8 {6622 channel_selection_algorithm : ChannelSelectionAlgorithm,
4056 handle, bluetooth::hci::ChannelSelectionAlgorithm::ALGORITHM_1)); in HandleLeConnection()
432 enum class ChannelSelectionAlgorithm : uint8_t {ALGORITHM_1 = 0x0,ALGORITHM_2 = 0x1,}; enum986 …ChannelSelectionAlgorithm& 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…