Stop discovery
Future<bool> stopDiscovery() async { try { return await _channel.invokeMethod('stopDiscovery'); } catch (e) { throw BluetoothException('Failed to stop discovery: $e'); } }