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.
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 |