我正在学习开发Chrome应用程序。我想使用chrome bluetooth API开发一个应用程序。我指的是https://developer.chrome.com/apps/app_bluetooth。我看到这里的所有示例(https://github.com/GoogleChrome/chrome-app-samples/tree/master/samples/bluetooth-samples)都谈到了使用通用属性配置文件(GATT)。但我想使用串行端口配置文件(SPP)。是否可以使用chrome app bluetooth API执行此操作。如果是,那么示例代码将非常有用。
提前致谢!