Skip to content

BLE RSSI #2449

Answered by bourdakos1
Droppix asked this question in Q&A
Apr 15, 2024 · 2 comments
Discussion options

You must be logged in to vote

The short answer is no.

The C++ API has a callback endpoint_distance_changed_cb that will return very general distance info ("very close", "close", "far"). However, this isn't exposed in the Swift API or in Android. Additionally, the BLE medium isn't enabled for iOS yet, so using the C++ API would not actually provide updates on distance.

This most likely won't ever be exposed in Nearby Connections, but more likely to be handled as a part of Nearby Presence.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by bourdakos1
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #2438 on April 16, 2024 19:44.