summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/btserviceitem.cpp
Side-by-side diff
Diffstat (limited to 'noncore/net/opietooth/manager/btserviceitem.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/btserviceitem.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/noncore/net/opietooth/manager/btserviceitem.cpp b/noncore/net/opietooth/manager/btserviceitem.cpp
index 352e793..7db93c9 100644
--- a/noncore/net/opietooth/manager/btserviceitem.cpp
+++ b/noncore/net/opietooth/manager/btserviceitem.cpp
@@ -21,3 +21,6 @@ int BTServiceItem::typeId() const {
Services BTServiceItem::services() const {
return m_service;
}
+int BTServiceItem::serviceId() const {
+ return m_service.recHandle();
+};