Skip to content

Commit 41911d0

Browse files
committed
feat(android): native-api-usage
1 parent 81c4314 commit 41911d0

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"uses": [
3+
"android.bluetooth:BluetoothProfile*",
4+
"android.bluetooth:BluetoothGatt*",
5+
"androidx.core.content:ContextCompat*",
6+
"java.lang:Class*",
7+
"java.lang.reflect:Method*",
8+
"android.bluetooth.le:ScanSettings*",
9+
"android.bluetooth:BluetoothDevice*",
10+
"java.nio.charset:Charset*",
11+
"java.util:UUID*",
12+
" android.bluetooth:BluetoothAdapter*",
13+
"android.bluetooth.le:BluetoothLeScanner*",
14+
"android.os:ParcelUuid*",
15+
" android.bluetooth.BluetoothAdapter:LeScanCallback*",
16+
" android.util:SparseArray*",
17+
"android.bluetooth.le:ScanCallback*",
18+
"android.bluetooth:BluetoothGattCallback*",
19+
"android.bluetooth:BluetoothGattCharacteristic*",
20+
"android.bluetooth.le.ScanSettings:Builder*",
21+
"android.bluetooth.le.ScanFilter:Builder*",
22+
"android.bluetooth.le:ScanFilter*"
23+
]
24+
}

0 commit comments

Comments
 (0)