I am writing an Java app to connect my Android phone to a RN41 bluetooth 
module <http://ww1.microchip.com/downloads/en/DeviceDoc/rn-41-ds-v3.42r.pdf>, 
which I will be using in a noisy environment.

According to the Bluetooth SPP specification: 
<https://www.bluetooth.org/docman/handlers/DownloadDoc.ashx?doc_id=260866&vId=290097>

For any products that will be transferring large data files and where the 
> receiving device will be subject to radio interference causing packet 
> losses, it is recommended that the Error Control feature in L2CAP (Core 
> Specification V3.0 and later) be utilized by configuring the channel to use 
> Enhanced Retransmission mode.


So, is this feature - the enhanced retransmission mode - enabled by 
default, or when not, how can I set it? Ho can I even check - setup 
communication and then listen with Wireshark?

If that matters I am using the following UUID to connect:

> 00001101-0000-1000-8000-00805F9B34FB
>


Thanks for your help in advance! 

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/823af8a7-d18c-4e73-9693-d529182528a4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to