Share via


HCI_StopHardware

This function releases the Bluetooth hardware.

int HCI_StopHardware(void);

Parameters

None.

Return Values

Ignored.

Remarks

This function is called to disconnect existing hardware and temporarily disable indicating hardware arrival.

It should call the callback function HCI_TransportCallback indicating DEVICE_DOWN condition and place temporary bar on indicating hardware availability until HCI_StartHardware is called.

Requirements

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

See Also

HCI_StartHardware

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.