Share via


HCI_StartHardware (Windows CE 5.0)

Send Feedback

This function initiates the Bluetooth hardware.

int HCI_StartHardware(void);

Parameters

None.

Return Values

Ignored.

Remarks

To ensure that the hardware is present, Bluetooth stack can call HCI_StartHardware. The driver may reattempt the initialization of hardware.

It should call the callback function HCI_TransportCallback indicating DEVICE_UP condition and lift the temporary bar on indicating hardware availability.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Bt_hcip.h.
Link Library: Btd.lib.

See Also

Bluetooth HCI Transport Layer Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.