Skip to content

Commit

Permalink
fix(android): native-api-usage fix
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Jan 24, 2023
1 parent 9820235 commit c3d5f07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/ble/platforms/android/native-api-usage.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"android.bluetooth:BluetoothAdapter",
"android.bluetooth.le:BluetoothLeScanner",
"android.os:ParcelUuid",
"android.bluetooth.BluetoothAdapter:LeScanCallback",
"android.bluetooth:BluetoothAdapter.LeScanCallback",
"android.util:SparseArray",
"android.bluetooth.le:ScanCallback",
"android.bluetooth:BluetoothGattCallback",
"android.bluetooth:BluetoothGattCharacteristic",
"android.bluetooth.le.ScanSettings:Builder",
"android.bluetooth.le.ScanFilter:Builder",
"android.bluetooth.le:ScanSettings.Builder",
"android.bluetooth.le:ScanFilter.Builder",
"android.bluetooth.le:ScanFilter"
]
}

0 comments on commit c3d5f07

Please sign in to comment.