다음을 통해 공유


BluetoothIsDiscoverable 함수(bluetoothapis.h)

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

구문

BOOL BluetoothIsDiscoverable(
  HANDLE hRadio
);

매개 변수

hRadio

유효한 로컬 라디오 핸들 또는 NULL입니다. NULL이면 모든 로컬 라디오에 대해 검색이 결정됩니다. 라디오를 검색할 수 있으면 함수 호출이 성공합니다.

반환 값

하나 이상의 Bluetooth 라디오를 검색할 수 있는 경우 TRUE 를 반환합니다. Bluetooth 라디오를 검색할 수 없는 경우 FALSE 를 반환합니다.

요구 사항

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

추가 정보

BluetoothAuthenticateDevice

BluetoothAuthenticateMultipleDevices

BluetoothEnableDiscovery

BluetoothEnableIncomingConnections

BluetoothIsConnectable

BluetoothRegisterForAuthentication

BluetoothSendAuthenticationResponse

BluetoothUnregisterAuthentication