iPhone 蓝牙发现

发布于 2024-12-08 10:42:11 字数 127 浏览 0 评论 0原文

我正在开发一个使用蓝牙的 iPhone 应用程序。

我需要做两件事。

  1. 如果蓝牙被禁用,则启用蓝牙。
  2. 让手机可被发现。

我可以使用代码完成这两件事吗?

I am developing an iphone application that uses bluetouth.

I need to do 2 things.

  1. Enable bluetouth if its disabled.
  2. Make the phone discoverable.

Can I do both things using code?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

栩栩如生 2024-12-15 10:42:11

没有。您无法使用 SDK 访问蓝牙。由于安全问题,Apple 不允许这样做。

所以,是的,您可以尝试使用 Wifi 来实现您的想法。

Nope. You cannot access the bluetooth using the SDK. Apple does not allow this because of security issues.

So yes, you can try using Wifi to implement your idea then.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文