Im using the serial and async streams to communicate with a Bluetooth device.
I am receiving some data back from the device but not all of the data it seems.
Looking at the btsnoop_hci.log file (a 4.4 feature) I can see the comms with the device.
The data I see being captured by the AStream_NewData sub only seems to be the SPP protocol data from the device.
The snoop log file shows data coming back on the RFCOMM protocol.
How can I retrieve that data in B4A?