Dear All
     I want to set the encryption key size for Bluetooth in Android,
but not able to find the files where the exact encryption happens . I
have seen that BluetoothSocket class does take "encryption" as a
boolean argument in constructor, but when i followed it to the JNI
layer, found that it just makes system call of "setsockopt" with param
"SYS_SETSOCKOPT". But in kernel code i was not able to find the place
where its happening. If anyone have idea where the actual encryption
happens for Bluetooth and what is the key size used for encryption
then please answer.

Thanks in advance.

Thanks & Regards
Manish

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to