R rodmcm Active Member Licensed User Aug 16, 2019 #1 Hi I am using the Bluetooth Class module from BluetoothChat and wish to measure the RSSI of the connection I have tried the two techniques found here to measure RSSI in https://www.b4x.com/android/forum/threads/bt-rssi-android-8.99203/ ( No admin.LastFoundIntent.HasExtra("android.bluetooth.device.extra.RSSI") available and https://www.b4x.com/android/forum/threads/bluetooth-rssi-signal-strenth.43019/#post-261068 (Manifest additions do not trigger Service1) Can someone point me in the right direction please
Hi I am using the Bluetooth Class module from BluetoothChat and wish to measure the RSSI of the connection I have tried the two techniques found here to measure RSSI in https://www.b4x.com/android/forum/threads/bt-rssi-android-8.99203/ ( No admin.LastFoundIntent.HasExtra("android.bluetooth.device.extra.RSSI") available and https://www.b4x.com/android/forum/threads/bluetooth-rssi-signal-strenth.43019/#post-261068 (Manifest additions do not trigger Service1) Can someone point me in the right direction please
R rodmcm Active Member Licensed User Aug 16, 2019 #2 Well. Manifest method works on my Tablet Android Ver 6.0.1 but not on phone Android Ver 9!!! Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Aug 16, 2019 #3 The correct one is this: https://www.b4x.com/android/forum/threads/bt-rssi-android-8.99203/#post-624555 If RSSI key is not available then the information is not available. What is the output of Log(admin.LastFoundIntent.ExtraToString) ? Upvote 0
The correct one is this: https://www.b4x.com/android/forum/threads/bt-rssi-android-8.99203/#post-624555 If RSSI key is not available then the information is not available. What is the output of Log(admin.LastFoundIntent.ExtraToString) ?