diff -r 6a29d5ad0713 -r 0707dd69d236 bluetoothengine/bteng/src/btengsrvpluginmgr.cpp --- a/bluetoothengine/bteng/src/btengsrvpluginmgr.cpp Fri Feb 19 22:59:18 2010 +0200 +++ b/bluetoothengine/bteng/src/btengsrvpluginmgr.cpp Fri Mar 12 15:43:23 2010 +0200 @@ -229,7 +229,7 @@ { TRACE_FUNC_ENTRY TBool want = EFalse; - switch ( iServer->EnterpriseEnablementMode() ) + switch ( BluetoothFeatures::EnterpriseEnablementL() ) { case BluetoothFeatures::EDisabled: // In Disabled mode all plugins are filtered out. @@ -322,7 +322,7 @@ TRACE_FUNC_ENTRY // SAP is supported in neither Data Profiles Disabled nor Disabled mode. - if ( iServer->EnterpriseEnablementMode() != BluetoothFeatures::EEnabled ) + if ( BluetoothFeatures::EnterpriseEnablementL() != BluetoothFeatures::EEnabled ) { TRACE_INFO( ( _L( "\tno we're not... Bluetooth is enterprise-IT-disabled" ) ) ) User::Leave(KErrNotSupported);