bluetoothengine/bteng/src/btengsrvsession.cpp
branchRCL_3
changeset 35 95674584745d
parent 10 0707dd69d236
child 55 613943a21004
equal deleted inserted replaced
21:53b7818cd282 35:95674584745d
   188    
   188    
   189     switch( opcode )
   189     switch( opcode )
   190         {
   190         {
   191         case EBTEngSetPowerState:
   191         case EBTEngSetPowerState:
   192             {
   192             {
       
   193             // Store auto off information
       
   194             iAutoSwitchOff = (TBool) aMessage.Int1();
   193             Server()->SetPowerStateL( aMessage );
   195             Server()->SetPowerStateL( aMessage );
   194             }
   196             }
   195             break;
   197             break;
   196         case EBTEngSetVisibilityMode:
   198         case EBTEngSetVisibilityMode:
   197             {
   199             {