Skip to content

Instantly share code, notes, and snippets.

Created August 6, 2013 10:55
Show Gist options
  • Save anonymous/6163546 to your computer and use it in GitHub Desktop.
Save anonymous/6163546 to your computer and use it in GitHub Desktop.
<key>Microsoft Bluetooth 2.0 USB Dongle</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.iokit.BroadcomBluetoothHCIControllerUSBTransport</string>
<key>IOClass</key>
<string>BroadcomBluetoothHCIControllerUSBTransport</string>
<key>IOProviderClass</key>
<string>IOUSBDevice</string>
<key>idProduct</key>
<integer>156</integer>
<key>idVendor</key>
<integer>1118</integer>
</dict>
<key>Belkin Bluetooth 4.0 USB Dongle</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.apple.iokit.BroadcomBluetoothHCIControllerUSBTransport</string>
<key>IOClass</key>
<string>BroadcomBluetoothHCIControllerUSBTransport</string>
<key>IOProviderClass</key>
<string>IOUSBDevice</string>
<key>idProduct</key>
<integer>1626</integer>
<key>idVendor</key>
<integer>1293</integer>
</dict>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment