Bluetooth API Connection Functions (Compact 2013)
3/26/2014
This section describes the Bluetooth public API connection related functions.
- BthAcceptSCOConnections
Instructs the Bluetooth stack to accept incoming synchronous connection-oriented (SCO) connections.
- BthAcceptSynchronousConnections
Instructs the Bluetooth stack to accept incoming synchronous connections.
- BthCloseConnection
Closes the specified baseband connection.
- BthCreateACLConnection
Creates an asynchronous connection-oriented (ACL) connection to a device with the specified address.
- BthCreateSCOConnection
Creates a SCO connection to a device with the specified address.
- BthCreateSynchronousConnection
Creates a synchronous connection to the specified device.
- BthFindEirRecordClose
Closes the enumeration handle.
- BthFindFirstEirRecord
Starts an enumeration of the local or remote Extended Inquiry Response (EIR) data.
- BthFindNextEirRecord
Gets the next EIR record in the specified enumeration.
- BthGetEirRecord
Returns the local or remote EIR record specified by data type.
- BthIsProfileAllowed
Determines whether the specified service is allowed to run based on the device policy.
- BthReadInquiryScanActivity
Retrieves the inquiry scan interval and window configuration properties of the controller.
- BthReadInquiryScanType
Retrieves the inquiry scan type configuration property of the controller.
- BthReadPageScanActivity
Retrieves the page scan interval and window configuration properties of the controller.
- BthReadPageScanType
Retrieves the page scan type property of the controller.
- BthRemoveLocalEirRecord
Removes a local EIR record.
- BthSetLocalEirRecord
Updates an existing EIR record or creates a new local record.
- BthWriteInquiryScanActivity
Sets the inquiry scan interval and window configuration properties of the controller.
- BthWriteInquiryScanType
Sets the inquiry scan type property of the controller.
- BthWritePageScanActivity
Sets the page scan interval and window configuration properties of the controller.
- BthWritePageScanType
Sets the page scan type property of the controller.