Hi Wizard ,
Its for 2nd edition. In the SDK its mentioned that :
Code:
Incoming connections will not work unless they have
been registered with the Bluetooth security manager, thus
allowing the incoming traffic through the security wall, which
by default denies access to all connection attempts
also they are saying that :
Code:
The security profile is created and packaged in
serviceSecurity and applied using RBTSecuritySettings::RegisterService().
The security profile overrides the default security settings thereby allowing
incoming connections
so using TBTServiceSecurity we can not RegisterService. for that I was using the RBTSecuritySettings class. but the error results.
Plz help .