IOCTL_BTHHFP_DEVICE_REQUEST_CONNECT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// bthhfpddi.h

// CTL_CODE(0x0022, 0x003, METHOD_NEITHER, FILE_ANY_ACCESS)
#define IOCTL_BTHHFP_DEVICE_REQUEST_CONNECT 0x0022000F
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ni-bthhfpddi-ioctl_bthhfp_device_request_connect)

IOCTL_BTHHFP_DEVICE_REQUEST_CONNECT IOCTL

Description

The IOCTL_BTHHFP_DEVICE_REQUEST_CONNECT IOCTL requests a Handsfree Profile (HFP) Service Level Connection to the Bluetooth device.

Parameters

Major code

Input buffer

N/A

Input buffer length

N/A

Output buffer

N/A

Output buffer length

N/A

Input/output buffer

Input/output buffer length

Status block

N/A

Remarks

This request initiates the procedure to create a Service Level Connection, and ends without waiting for the connection procedure to complete. Connection status can be determined using IOCTL_BTHHFP_DEVICE_GET_CONNECTION_STATUS_UPDATE.

The audio driver sends this request from its handler for the KSPROPERTY_ONESHOT_RECONNECT KS property.

See also

Bluetooth HFP DDI IOCTLs

IOCTL_BTHHFP_DEVICE_GET_CONNECTION_STATUS_UPDATE

KSPROPERTY_ONESHOT_RECONNECT