HCI_ReadHciParameters (Compact 2013)
3/26/2014
This function obtains the transport hardware properties of the Bluetooth controller.
Syntax
int HCI_ReadHciParameters(
HCI_PARAMETERS* pParms
);
Parameters
- pParms
[in, out] Pointer to the Host Controller Interface (HCI) parameters.
Return Value
Returns TRUE on success; otherwise FALSE.
Remarks
If this function returns FALSE, the stack immediately brings down the transport layer by calling HCI_CloseConnection.
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 |