bluetoothengine/btsap/src/BTSapSniffHandler.cpp
branchGCC_SURGE
changeset 46 5ab02bc213db
parent 0 f63038272f30
equal deleted inserted replaced
41:0b2439c3e397 46:5ab02bc213db
    96         }
    96         }
    97 
    97 
    98     if(iIsLinkAdapterOpen)
    98     if(iIsLinkAdapterOpen)
    99         {
    99         {
   100         // Start the sniffer timer
   100         // Start the sniffer timer
   101         BTSAP_TRACE_OPT(KBTSAP_TRACE_INFO, BTSapPrintTrace(_L("[BTSap]  CBTSapSniffHandler::Enable: Starting the sniff timer %d µsec"), KSniffInterval));
   101         BTSAP_TRACE_OPT(KBTSAP_TRACE_INFO, BTSapPrintTrace(_L("[BTSap]  CBTSapSniffHandler::Enable: Starting the sniff timer %d \xB5sec"), KSniffInterval));
   102         Cancel();
   102         Cancel();
   103         After(KSniffInterval);
   103         After(KSniffInterval);
   104 
   104 
   105         BTSAP_TRACE_OPT(KBTSAP_TRACE_INFO, BTSapPrintTrace(_L("[BTSap]  CBTSapSniffHandler::Enable: Cancelling LowPowerModeRequester")));
   105         BTSAP_TRACE_OPT(KBTSAP_TRACE_INFO, BTSapPrintTrace(_L("[BTSap]  CBTSapSniffHandler::Enable: Cancelling LowPowerModeRequester")));
   106         err = iBTLinkAdapter.CancelLowPowerModeRequester();
   106         err = iBTLinkAdapter.CancelLowPowerModeRequester();