bluetoothengine/btsap/src/BTSapSniffHandler.cpp
changeset 52 4545c04e61e1
parent 0 f63038272f30
child 56 9386f31cc85b
equal deleted inserted replaced
41:0b2439c3e397 52:4545c04e61e1
    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 microseconds"), 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();