Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This function obtains the hardware characteristics of the Bluetooth controller.
Syntax
int HCI_ReadHciParameters(
HCI_PARAMETERS* pParms
);
Parameters
- pParms
[in, out] Pointer to the HCI parameters structure.
Return Value
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 returns the version, maximum packet size, and timeout information about the hardware. This function can be called prior to opening a connection.
Requirements
| Header | bt_hcip.h |
| Library | Btd.lib |
| Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
Bluetooth HCI Transport Layer Functions