Lines Matching refs:LeDevice
31 class LeDevice {
33 LeDevice(ConfigCache* config, ConfigCache* memory_only_config, std::string section);
36 LeDevice(LeDevice&& other) noexcept = default;
37 LeDevice& operator=(LeDevice&& other) noexcept = default;
40 LeDevice(const LeDevice& other) noexcept = default;
41 LeDevice& operator=(const LeDevice& other) noexcept = default;
44 bool operator==(const LeDevice& other) const {
47 bool operator!=(const LeDevice& other) const {
50 bool operator<(const LeDevice& other) const {
53 bool operator>(const LeDevice& rhs) const {
56 bool operator<=(const LeDevice& rhs) const {
59 bool operator>=(const LeDevice& rhs) const {
79 friend std::hash<LeDevice>;
99 struct hash<bluetooth::storage::LeDevice> {
100 std::size_t operator()(const bluetooth::storage::LeDevice& val) const noexcept {