bluetoothengine/btsap/src/BTSapState.cpp
changeset 66 b3d605f76ff8
parent 0 f63038272f30
equal deleted inserted replaced
63:bcf742120177 66:b3d605f76ff8
    49     }
    49     }
    50 
    50 
    51 TInt CBTSapServerState::TState::DisconnectSapConnection(TBTSapDisconnectType /*aType*/)
    51 TInt CBTSapServerState::TState::DisconnectSapConnection(TBTSapDisconnectType /*aType*/)
    52     {
    52     {
    53     BTSAP_TRACE_OPT(KBTSAP_TRACE_ERROR, BTSapPrintTrace(_L("[BTSap]  TState: DisconnectSapConnection: Not Ready#")));
    53     BTSAP_TRACE_OPT(KBTSAP_TRACE_ERROR, BTSapPrintTrace(_L("[BTSap]  TState: DisconnectSapConnection: Not Ready#")));
       
    54     return KErrNotReady;
       
    55     }
       
    56 
       
    57 TInt CBTSapServerState::TState::CallInactive()
       
    58     {
       
    59     BTSAP_TRACE_OPT(KBTSAP_TRACE_ERROR, BTSapPrintTrace(_L("[BTSap]  TState: CallInactive: Not Ready#")));
    54     return KErrNotReady;
    60     return KErrNotReady;
    55     }
    61     }
    56 
    62 
    57 void CBTSapServerState::TState::SimCardStatusChanged(TCardStatus /*aCardStatus*/)
    63 void CBTSapServerState::TState::SimCardStatusChanged(TCardStatus /*aCardStatus*/)
    58     {
    64     {