Skip to content

Commit

Permalink
fix(android): improved native-api-usage
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Jan 23, 2023
1 parent bdf942f commit df7431d
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions packages/ble/platforms/android/native-api-usage.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"uses": [
"android.bluetooth:BluetoothProfile*",
"android.bluetooth:BluetoothGatt*",
"androidx.core.content:ContextCompat*",
"java.lang:Class*",
"java.lang.reflect:Method*",
"android.bluetooth.le:ScanSettings*",
"android.bluetooth:BluetoothDevice*",
"java.nio.charset:Charset*",
"java.util:UUID*",
" android.bluetooth:BluetoothAdapter*",
"android.bluetooth.le:BluetoothLeScanner*",
"android.os:ParcelUuid*",
" 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:ScanFilter*"
"android.bluetooth:BluetoothProfile",
"android.bluetooth:BluetoothGatt",
"androidx.core.content:ContextCompat",
"java.lang:Class",
"java.lang.reflect:Method",
"android.bluetooth.le:ScanSettings",
"android.bluetooth:BluetoothDevice",
"java.nio.charset:Charset",
"java.util:UUID",
" android.bluetooth:BluetoothAdapter",
"android.bluetooth.le:BluetoothLeScanner",
"android.os:ParcelUuid",
" 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:ScanFilter"
]
}

0 comments on commit df7431d

Please sign in to comment.