Lines Matching refs:ClassicDevice
32 class ClassicDevice {
34 ClassicDevice(ConfigCache* config, ConfigCache* memory_only_config, std::string section);
37 ClassicDevice(ClassicDevice&& other) noexcept = default;
38 ClassicDevice& operator=(ClassicDevice&& other) noexcept = default;
41 ClassicDevice(const ClassicDevice& other) noexcept = default;
42 ClassicDevice& operator=(const ClassicDevice& other) noexcept = default;
45 bool operator==(const ClassicDevice& other) const {
48 bool operator!=(const ClassicDevice& other) const {
51 bool operator<(const ClassicDevice& other) const {
54 bool operator>(const ClassicDevice& rhs) const {
57 bool operator<=(const ClassicDevice& rhs) const {
60 bool operator>=(const ClassicDevice& rhs) const {
83 friend std::hash<ClassicDevice>;
100 struct hash<bluetooth::storage::ClassicDevice> {
101 std::size_t operator()(const bluetooth::storage::ClassicDevice& val) const noexcept {