Lines Matching refs:LeDevice
30 class LeDevice {
32 LeDevice(ConfigCache* config, ConfigCache* memory_only_config, std::string section);
35 LeDevice(LeDevice&& other) noexcept = default;
36 LeDevice& operator=(LeDevice&& other) noexcept = default;
39 LeDevice(const LeDevice& other) noexcept = default;
40 LeDevice& operator=(const LeDevice& other) noexcept = default;
43 bool operator==(const LeDevice& other) const {
46 bool operator!=(const LeDevice& other) const {
49 bool operator<(const LeDevice& other) const {
52 bool operator>(const LeDevice& rhs) const {
55 bool operator<=(const LeDevice& rhs) const {
58 bool operator>=(const LeDevice& rhs) const {
78 friend std::hash<LeDevice>;
92 struct hash<bluetooth::storage::LeDevice> {
93 std::size_t operator()(const bluetooth::storage::LeDevice& val) const noexcept {