getWebLimitationsMessage static method
String
getWebLimitationsMessage(
)
Implementation
static String getWebLimitationsMessage() {
return '''
Web Platform Bluetooth Limitations:
• Bluetooth Classic (SPP/RFCOMM) is not supported
• Only Bluetooth Low Energy (BLE) is available
• Device discovery requires user interaction
• No access to paired devices list
• Manual device selection through browser prompts
For Bluetooth Classic functionality, please use:
• Windows, macOS, Linux, Android, or iOS platforms
''';
}