Android Question astream_newdata was not found !

Beja

Expert
Licensed User
Longtime User
Using BT to connect to a controller.. everything went good including the connect. but when tried to send data I received the message: "astream_newdata was not found"
Anyone knows the meaning of this?
Best.

Note:
The astream_newdata sub is there but empty
B4X:
Sub AStreams_NewData (Buffer() As Byte)

End Sub
 

Jeffrey Cameron

Well-Known Member
Licensed User
Longtime User
Without seeing your initialization code I can't be sure, but in your post the sub name in your cited error is singular ("astream_") and in your code example it is plural ("AStreams_").
 
Upvote 0
Top