HCI_ReadHciParameters (Windows CE 5.0)
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 returns the version, maximum packet size, and timeout information about the hardware. 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
Bluetooth HCI Transport Layer Functions | Transferring Data
Send Feedback on this topic to the authors