Skip to content

Commit c3d5f07

Browse files
committed
fix(android): native-api-usage fix
1 parent 9820235 commit c3d5f07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/ble/platforms/android/native-api-usage.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"android.bluetooth:BluetoothAdapter",
1111
"android.bluetooth.le:BluetoothLeScanner",
1212
"android.os:ParcelUuid",
13-
"android.bluetooth.BluetoothAdapter:LeScanCallback",
13+
"android.bluetooth:BluetoothAdapter.LeScanCallback",
1414
"android.util:SparseArray",
1515
"android.bluetooth.le:ScanCallback",
1616
"android.bluetooth:BluetoothGattCallback",
1717
"android.bluetooth:BluetoothGattCharacteristic",
18-
"android.bluetooth.le.ScanSettings:Builder",
19-
"android.bluetooth.le.ScanFilter:Builder",
18+
"android.bluetooth.le:ScanSettings.Builder",
19+
"android.bluetooth.le:ScanFilter.Builder",
2020
"android.bluetooth.le:ScanFilter"
2121
]
2222
}

0 commit comments

Comments
 (0)