Android Question BLE2 ReadRemoteRSSI

Steve-h

Member
Adding an RssiAvialable event to BLEExample I get a the sub is never called warning what have I missed ?

B4X:
Sub RssiAvilible(Succsess As Boolean,Rssi As Double)
    If Succsess=True Then Log("sucsess")
    Log(Rssi)
End Sub

Private Sub Butrssi_Click
    manager.ReadRemoteRssi
End Sub
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…