Skip to content

Commit 833db6d

Browse files
author
Silviu Capota-Mera
authored
Register getAdapterInfo as part of the plugin
1 parent b020949 commit 833db6d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

www/bluetoothle.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ var bluetoothle = {
99
disable: function(successCallback, errorCallback) {
1010
cordova.exec(successCallback, errorCallback, bluetoothleName, "disable", []);
1111
},
12+
getAdapterInfo: function(successCallback) {
13+
cordova.exec(successCallback, successCallback, bluetoothleName, "getAdapterInfo", []);
14+
},
1215
startScan: function(successCallback, errorCallback, params) {
1316
cordova.exec(successCallback, errorCallback, bluetoothleName, "startScan", [params]);
1417
},

0 commit comments

Comments
 (0)