BTSearchIntervalOnDC specifies how often the computer will search for other devices using Media Transfer Protocol over Bluetooth (MTP/BT), while on battery power.

By default, the computer will search for devices that have been paired and enabled for the MTP/BT service. While the computer is on battery power, it will perform this search every 240 seconds.

If BTSearchIntervalOnDC is set to 0, then the computer will not search for these devices while the computer is on battery power.

Values

BTSearchIntervalOnDC

Specifies how often the computer will search for portable devices using MTP/BT while on battery power.

BTSearchIntervalOnDC is an integer.

The default value is 240 seconds.

Valid passes

specialize

Parent Hierarchy

Microsoft-Windows-WPD-BusEnumService | BTSearchIntervalOnDC

Applies To

For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-WPD-BusEnumService.

XML Example

The following XML output specifies that the system will search for MTP/BT portable devices every 60 seconds while plugged in to AC power, and will not search for MTP/BT portable devices while on battery power:

  Copy Code
<BTSearchIntervalOnAC>60</BTSearchIntervalOnAC>
<BTSearchIntervalOnDC>0</BTSearchIntervalOnDC>

See Also