File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11/// <reference path="./node_modules/@nativescript/types-ios/index.d.ts" />
2- /// <reference path="./node_modules/@nativescript/types-android/lib/android-28.d.ts" />
2+ /// <reference path="./node_modules/@nativescript/types-ios/lib/ios/objc-x86_64/objc!CoreBluetooth.d.ts" />
3+ /// <reference path="./node_modules/@nativescript/types-android/lib/android-32.d.ts" />
34/// <reference path="./node_modules/@nativescript/core/global-types.d.ts" />
45/// <reference path="./src/typings/android.d.ts" />
Original file line number Diff line number Diff line change @@ -222,11 +222,11 @@ function initLeScanCallback() {
222222 constructor (
223223 private serviceUuids : string [ ] ,
224224 private manufacturerData : android . util . SparseArray < any [ ] > ,
225- private serviceData : { [ k : string ] : native . Array < number > } ,
225+ private serviceData : { [ k : string ] : androidNative . Array < number > } ,
226226 private advertiseFlags : number ,
227227 private txPowerLevel : number ,
228228 private localName : string ,
229- private bytes : native . Array < number >
229+ private bytes : androidNative . Array < number >
230230 ) { }
231231 }
232232
@@ -800,7 +800,7 @@ function initBluetoothGattCallback() {
800800 d . onCharacteristicChanged ( gatt , characteristic ) ;
801801 }
802802 } ) ;
803-
803+
804804 const owner = this . owner . get ( ) ;
805805 if ( ! owner ) {
806806 return ;
You can’t perform that action at this time.
0 commit comments