Reputation: 117
Is it possible to get the signal strength for the devices found using the web API?
I can't find anything on https://developer.tizen.org/dev-guide/2.3.1/org.tizen.web.apireference/html/device_api/wearable/tizen/bluetooth.html#BluetoothClassDeviceService
Upvotes: 0
Views: 150
Reputation: 768
So far I could understand, there's no API support for getting bluetooth signal strength in web till now. I found that System Information API supports only for wifi signal strength providing SystemInfoWifiNetwork interface not for bluetooth signal strength.
Please go through this link for more details.
Upvotes: 4