BthAcceptSynchronousConnections (Compact 2013)
3/26/2014
This function instructs the Bluetooth stack to accept incoming synchronous connections.
Syntax
int BthAcceptSynchronousConnections(
BOOL fAccept
);
Parameters
- fAccept
[in] Specify TRUE to accept synchronous connections. By default, synchronous connections are not accepted.
Return Value
This function returns ERROR_SUCCESS when it completes successfully. Other standard error codes may be returned as appropriate.
Requirements
Header |
bt_api.h |
Library |
Btdrt.lib |