@@ -73,23 +73,23 @@ open class BluetoothAdapter: JavaObject {
7373 ///
7474 /// - Since: API Level 18
7575 /// - Deprecated: Use `BluetoothLeScanner.startScan()` instead (API 21+)
76- @available ( Android 18 , deprecated: 21 , message: " Use BluetoothLeScanner.startScan() instead " )
76+ @available ( Android, introduced : 18 , deprecated: 21 , message: " Use BluetoothLeScanner.startScan() instead " )
7777 @JavaMethod
7878 open func startLeScan( _ arg0: [ UUID ? ] , _ arg1: BluetoothAdapter . LeScanCallback ? ) -> Bool
7979
8080 /// Starts a scan for Bluetooth LE devices.
8181 ///
8282 /// - Since: API Level 18
8383 /// - Deprecated: Use `BluetoothLeScanner.startScan()` instead (API 21+)
84- @available ( Android 18 , deprecated: 21 , message: " Use BluetoothLeScanner.startScan() instead " )
84+ @available ( Android, introduced : 18 , deprecated: 21 , message: " Use BluetoothLeScanner.startScan() instead " )
8585 @JavaMethod
8686 open func startLeScan( _ arg0: BluetoothAdapter . LeScanCallback ? ) -> Bool
8787
8888 /// Stops an ongoing Bluetooth LE device scan.
8989 ///
9090 /// - Since: API Level 18
9191 /// - Deprecated: Use `BluetoothLeScanner.stopScan()` instead (API 21+)
92- @available ( Android 18 , deprecated: 21 , message: " Use BluetoothLeScanner.stopScan() instead " )
92+ @available ( Android, introduced : 18 , deprecated: 21 , message: " Use BluetoothLeScanner.stopScan() instead " )
9393 @JavaMethod
9494 open func stopLeScan( _ arg0: BluetoothAdapter . LeScanCallback ? )
9595
0 commit comments