1

I write my little MP3 player app. I want to allow the user to chose audio output (speaker/headphone or bluetooth headset). How can I turn on/off the bluetooth capabilities of a Windows Mobile phone programatically? Once the connection with the BT headset is made, how can I get notified when the connection is broken/closed/lost?

(Once BT is on, this is the way to redirect audio stream to the BT headset)

4

1 回答 1

2

您可以按照本文中的描述调用 GetWirelessDevices 和 ChangeRadioState 函数。

于 2009-07-13T16:45:00.353 回答