Home | History | Annotate | Download | only in bluetooth

Lines Matching refs:Service

25 class Service {
27 Service() = default;
28 Service(const Service& other);
29 Service(uint16_t handle, bool primary, const UUID& uuid,
31 const std::vector<Service>& included_services)
37 Service& operator=(const Service& other);
38 virtual ~Service() = default;
41 bool Equals(const Service& other) const;
42 bool operator==(const Service& rhs) const;
43 bool operator!=(const Service& rhs) const;
52 const std::vector<Service>& included_services() const {
61 std::vector<Service> included_services_;