bluetoothengine/btsap/src/BTSapSniffHandler.cpp
branchRCL_3
changeset 56 9386f31cc85b
parent 55 613943a21004
equal deleted inserted replaced
55:613943a21004 56:9386f31cc85b
    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 microseconds"), KSniffInterval));
   101         BTSAP_TRACE_OPT(KBTSAP_TRACE_INFO, BTSapPrintTrace(_L("[BTSap]  CBTSapSniffHandler::Enable: Starting the sniff timer %d µsec"), 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();