iPhone 可以是 BLE 外围设备吗?

Can an iPhone be a BLE peripheral?

我想做的是让我的 iPhone 发送广告数据包,就像外围设备一样。这可能吗?有相应的应用程序吗?

来自Core Bluetooth Programming Guide

In this chapter, you learn how to use the Core Bluetooth framework to perform the most common types of Bluetooth low energy tasks from the peripheral side. The code-based examples that follow will assist you in developing your app to implement the peripheral role on your local device.

所以:是的,这是可能的。

可能有一些应用程序可以让您的 iPhone 像外围设备一样工作,因为自 iOS 6.0 以来就支持该功能。但这是一个关于编程的网站,而不是应用程序推荐网站。