Share via


HCI_ReadHciParameters

This function obtains the hardware characteristics of the Bluetooth controller.

int HCI_ReadHciParameters(
  HCI_PARAMETERS* pParms
);

Parameters

  • pParms
    [in, out] Pointer to the HCI parameters structure.

Return Values

Returns TRUE on successful completion. FALSE if error has occurred. If this function returns FALSE, the stack interface to hardware will immediately be brought down by calling HCI_CloseConnection.

Remarks

This function can be called prior to opening a connection.

Requirements

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

See Also

HCI_CloseConnection

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.