Hardware/Bluetooth Card: Difference between revisions
< Hardware
Randomdude (talk | contribs) No edit summary |
Add info about vendor-specific stuff |
||
Line 1: | Line 1: | ||
{{stub}} | {{stub}} | ||
The [http://www.wiire.org/Wii/console/bluetooth_card Bluetooth DaughterCard] is based on the BroadCom BCM2045 BT chipset, fairly popular in cheap USB WifI dongles. It sits on an internal USB bus, and the Hollywood treats it no differently than any other USB device. Its interface is standard Bluetooth HCI over USB. | The [http://www.wiire.org/Wii/console/bluetooth_card Bluetooth DaughterCard] is based on the BroadCom BCM2045 BT chipset, fairly popular in cheap USB WifI dongles. It sits on an internal USB bus, and the Hollywood treats it no differently than any other USB device. Its interface is standard Bluetooth HCI over USB. | ||
== Vendor-specific commands == | |||
== Vendor-specific events == | |||
When the red sync button is pressed, a HCI event is generated: | |||
> HCI Event: Vendor (0xff) plen 1 | |||
08 | |||
This causes games to perform a BT inquiry and connect to found Wiimotes. | |||
When the button is held for around 10 seconds, the payload is "09" and is interpreted as a command to clear the BT.DINF section in the SYSCONF and clear all stored link keys. |
Revision as of 20:06, 27 September 2016
This article is a stub. You can help WiiBrew by expanding it. |
The Bluetooth DaughterCard is based on the BroadCom BCM2045 BT chipset, fairly popular in cheap USB WifI dongles. It sits on an internal USB bus, and the Hollywood treats it no differently than any other USB device. Its interface is standard Bluetooth HCI over USB.
Vendor-specific commands
Vendor-specific events
When the red sync button is pressed, a HCI event is generated:
> HCI Event: Vendor (0xff) plen 1 08
This causes games to perform a BT inquiry and connect to found Wiimotes.
When the button is held for around 10 seconds, the payload is "09" and is interpreted as a command to clear the BT.DINF section in the SYSCONF and clear all stored link keys.