<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>CFBundleIdentifier</key>
	<string>com.apple.BTLEServer</string>
	<key>EnablePressuredExit</key>
	<true/>
	<key>EnvironmentVariables</key>
	<dict>
		<key>OS_ACTIVITY_ENABLE_DYNAMIC</key>
		<string>1</string>
	</dict>
	<key>Label</key>
	<string>com.apple.BTServer.le</string>
	<key>LaunchEvents</key>
	<dict>
		<key>com.apple.notifyd.matching</key>
		<dict>
			<key>BTSettingsHRMConnectedNotification</key>
			<dict>
				<key>Notification</key>
				<string>BTSettingsHRMConnectedNotification</string>
			</dict>
			<key>HKHealthDaemonActiveDataCollectionWillStartNotification</key>
			<dict>
				<key>Notification</key>
				<string>HKHealthDaemonActiveDataCollectionWillStartNotification</string>
			</dict>
			<key>HKHealthPeripheralStatusDidChangeNotification</key>
			<dict>
				<key>Notification</key>
				<string>HKHealthPeripheralStatusDidChangeNotification</string>
			</dict>
			<key>NanoLifestylePrivacyPreferencesChangedNotification</key>
			<dict>
				<key>Notification</key>
				<string>NanoLifestylePrivacyPreferencesChangedNotification</string>
			</dict>
		</dict>
	</dict>
	<key>MachServices</key>
	<dict>
		<key>com.apple.BTLEAudioController.xpc</key>
		<true/>
		<key>com.apple.BTLELoggingManager.xpc</key>
		<true/>
		<key>com.apple.BTServer.le</key>
		<true/>
		<key>com.apple.uarppersonalization.btleserver</key>
		<true/>
	</dict>
	<key>POSIXSpawnType</key>
	<string>Interactive</string>
	<key>ProgramArguments</key>
	<array>
		<string>/usr/sbin/BTLEServer</string>
	</array>
</dict>
</plist>
