标签: android bluetooth-lowenergy
有什么方法可以使用蓝牙低功耗来宣传变化的数据?例如,每次发送广告时增加广告数据中的值?
答案 0 :(得分:0)
唯一可用的API是https://developer.android.com/reference/android/bluetooth/le/BluetoothLeAdvertiser.html。
该API和蓝牙标准本身无法改变每个广告包的广告数据。如果您想更改广告数据,您必须停止正在进行的广告并开始使用不同数据的新广告。