1234567891011121314151617181920212223242526272829 |
- <?xml version="1.0" encoding="UTF-8"?>
- <root>
- <item name="android.bluetooth.le.BluetoothLeScanner int startScan(java.util.List<android.bluetooth.le.ScanFilter>, android.bluetooth.le.ScanSettings, android.app.PendingIntent)">
- <annotation name="androidx.annotation.RequiresPermission">
- <val name="value" val=""android.permission.BLUETOOTH_ADMIN"" />
- </annotation>
- </item>
- <item name="android.bluetooth.le.BluetoothLeScanner void startScan(android.bluetooth.le.ScanCallback)">
- <annotation name="androidx.annotation.RequiresPermission">
- <val name="value" val=""android.permission.BLUETOOTH_ADMIN"" />
- </annotation>
- </item>
- <item name="android.bluetooth.le.BluetoothLeScanner void startScan(java.util.List<android.bluetooth.le.ScanFilter>, android.bluetooth.le.ScanSettings, android.bluetooth.le.ScanCallback)">
- <annotation name="androidx.annotation.RequiresPermission">
- <val name="value" val=""android.permission.BLUETOOTH_ADMIN"" />
- </annotation>
- </item>
- <item name="android.bluetooth.le.BluetoothLeScanner void stopScan(android.app.PendingIntent)">
- <annotation name="androidx.annotation.RequiresPermission">
- <val name="value" val=""android.permission.BLUETOOTH_ADMIN"" />
- </annotation>
- </item>
- <item name="android.bluetooth.le.BluetoothLeScanner void stopScan(android.bluetooth.le.ScanCallback)">
- <annotation name="androidx.annotation.RequiresPermission">
- <val name="value" val=""android.permission.BLUETOOTH_ADMIN"" />
- </annotation>
- </item>
- </root>
|