Home | History | Annotate | Download | only in bluetooth

Lines Matching defs:Service

17 #include <bluetooth/service.h>
20 Service::Service(const Service& other) {
28 Service& Service::operator=(const Service& other) {
39 bool Service::Equals(const Service& other) const {
45 bool Service::operator==(const Service& rhs) const { return Equals(rhs); }
47 bool Service::operator!=(const Service& rhs) const { return !Equals(rhs); }