다음을 통해 공유


BluetoothIsConnectable 함수(bluetoothapis.h)

BluetoothIsConnectable 함수는 Bluetooth 라디오 또는 라디오를 연결할 수 있는지 여부를 결정합니다.

구문

BOOL BluetoothIsConnectable(
  HANDLE hRadio
);

매개 변수

hRadio

유효한 로컬 라디오 핸들 또는 NULL입니다. NULL이면 모든 로컬 라디오가 연결성을 확인합니다. 라디오를 연결할 수 있으면 함수 호출이 성공합니다.

반환 값

하나 이상의 Bluetooth 라디오가 들어오는 연결을 수락하는 경우 TRUE 를 반환합니다. 들어오는 연결을 수락하는 라디오가 없으면 FALSE 를 반환합니다.

설명

여러 Bluetooth 라디오가 있는 경우 연결할 수 있음을 반환하는 첫 번째 라디오로 인해 BluetoothIsConnectable 함수가 성공합니다.

요구 사항

요구 사항
지원되는 최소 클라이언트 Windows Vista, WINDOWS XP SP2 [데스크톱 앱만 해당]
지원되는 최소 서버 지원되는 버전 없음
대상 플랫폼 Windows
헤더 bluetoothapis.h(Bthsdpdef.h, BluetoothAPIs.h 포함)
라이브러리 Bthprops.lib
DLL bthprops.cpl

추가 정보

BluetoothAuthenticateDevice

BluetoothAuthenticateMultipleDevices

BluetoothEnableDiscovery

BluetoothEnableIncomingConnections

BluetoothIsDiscoverable

BluetoothRegisterForAuthentication

BluetoothSendAuthenticationResponse

BluetoothUnregisterAuthentication