Android: Get Bluetooth RSSI value from specific BluetoothDevice -
i'm making android application in need able know rssi value of specific device continuously. have no problem getting rssi while scanning devices slow need.
i thinking might possible rssi of specific instance of bluetoothdevice have no idea start, i'm asking here.
is possible? , if is, know how it?
or if know way proximity value specific devices please tell me! :)
thanks!!
if use case allows connect device should possible rssi @ higher frequency scanning. once connect device , bluetoothgatt
object can call bluetoothgatt#readremoterssi()
. results in callback bluetoothgattcallback#onreadremoterssi()
.
Comments
Post a Comment