How to continuously get RSSI without connecting to the BLE device?

前端 未结 1 1598
渐次进展
渐次进展 2020-12-14 13:01

My application needs to constantly get RSSI value of a bluetooth device to make some distance-rssi approximation, without connecting. However, callback meth

相关标签:
1条回答
  • 2020-12-14 13:33

    If the ble beacon is advertising and not connectable, onLeScan is called continously. If the ble beacon is connectable, the feature depends on the device.

    0 讨论(0)
提交回复
热议问题