captaingz2github / btstack

Automatically exported from code.google.com/p/btstack
0 stars 0 forks source link

l2cap_require_security_level_2_for_outgoing_sdp() doesn't work as it should #458

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I want to request authentication when SDP channel is opened.
I tried l2cap_require_security_level_2_for_outgoing_sdp() but it doesn't 
actually change the security level.

I changed the security level in 'sdp_init()' and it works.
However, I still wonder if it is the correct way to achieve this.
BTW, SSP is not used in my case.

Original issue reported on code.google.com by alexnek...@gmail.com on 9 Mar 2015 at 12:15