equal
deleted
inserted
replaced
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(); |