anyone knows how to visualize rssi requests makes you android device?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

I have the device  BCM20737S and I would like to know when a android device makes me requests of type BluetoothLeService.readRemoteRssi()


Exist some callback or metod to know this?


I have connection event every 0,9 seconds and I wolud like to know if a lot of requests from android device can fill the Rx buffer.


Thanks.

0 Likes
1 Solution
VictorZ_46
Employee
Employee
5 comments on blog 25 sign-ins 250 likes received

When you call Android's API nothing is sent over the air.  Android will be reported RSSI based on the value measured during previous data or poll exchange.  If your connection interval is 0.9 seconds and you call this API more often, it will likely to return the same value.

View solution in original post

2 Replies
VictorZ_46
Employee
Employee
5 comments on blog 25 sign-ins 250 likes received

When you call Android's API nothing is sent over the air.  Android will be reported RSSI based on the value measured during previous data or poll exchange.  If your connection interval is 0.9 seconds and you call this API more often, it will likely to return the same value.

Anonymous
Not applicable

thanks victorz

0 Likes