Bluetooth 함수
이 섹션의 함수는 Bluetooth 디바이스 및 서비스를 관리하는 데 사용됩니다.
Bluetooth는 Windows 소켓 프로그래밍 인터페이스를 사용하여도 지원됩니다. Windows 소켓 인터페이스를 사용하여 Bluetooth를 프로그래밍하는 방법에 대한 자세한 내용은 Bluetooth에 대한 Windows 소켓 지원을 참조하세요.
섹션 | 콘텐츠 |
---|---|
BluetoothAuthenticateDevice | 원격 Bluetooth 디바이스에 인증 요청을 보냅니다. |
BluetoothAuthenticateDeviceEx | 원격 Bluetooth 디바이스에 인증 요청을 보냅니다. 또한 이 함수를 사용하면 대역 외 데이터를 인증되는 디바이스에 대한 함수 호출에 전달할 수 있습니다. |
BluetoothAuthenticateMultipleDevices | 호출자가 Bluetooth 연결 마법사의 단일 instance 동안 여러 디바이스를 인증하라는 메시지를 표시할 수 있도록 합니다. |
BluetoothDisplayDeviceProperties | 제어판 디바이스 정보 속성 시트를 호출합니다. |
BluetoothEnableDiscovery | 로컬 Bluetooth 라디오 또는 라디오의 검색 상태를 변경합니다. |
BluetoothEnableIncomingConnections | 로컬 Bluetooth 라디오가 들어오는 연결을 허용하는지 여부를 수정합니다. |
BluetoothEnumerateInstalledServices | Bluetooth 디바이스에서 사용하도록 설정된 서비스의 GUID(전역적으로 고유한 식별자)를 열거합니다. |
BluetoothFindDeviceClose | 디바이스 쿼리와 연결된 열거형 핸들을 닫습니다. |
BluetoothFindFirstDevice | 로컬 Bluetooth 디바이스의 열거를 시작합니다. |
BluetoothFindFirstRadio | 로컬 Bluetooth 라디오의 열거형을 시작합니다. |
BluetoothFindNextDevice | 다음 Bluetooth 디바이스를 찾습니다. |
BluetoothFindNextRadio | 다음 Bluetooth 라디오를 찾습니다. |
BluetoothFindRadioClose | Bluetooth 라디오 찾기와 관련된 열거형 핸들을 닫습니다. |
BluetoothGetDeviceInfo | 원격 Bluetooth 디바이스에 대한 정보를 검색합니다. Bluetooth 디바이스는 이전에 성공적인 디바이스 조회 함수 호출을 통해 식별되어야 합니다. |
BluetoothGetRadioInfo | Bluetooth 라디오에 대한 정보를 가져옵니다. |
BluetoothIsConnectable | Bluetooth 라디오 또는 라디오를 연결할 수 있는지 여부를 결정합니다. |
BluetoothIsDiscoverable | Bluetooth 라디오 또는 라디오를 검색할 수 있는지 여부를 결정합니다. |
BluetoothRegisterForAuthentication | 특정 Bluetooth 디바이스가 인증을 요청할 때 호출되는 콜백 함수를 등록합니다. |
BluetoothRegisterForAuthenticationEx | 핀 요청, 숫자 비교 및 콜백 함수에 대한 애플리케이션을 등록합니다. |
BluetoothRemoveDevice | Bluetooth 디바이스와 컴퓨터 간의 인증을 제거하여 디바이스에 대한 캐시된 정보를 제거합니다. |
BluetoothSdpEnumAttributes | SDP 레코드 스트림을 통해 열거하고 레코드의 각 특성에 대한 콜백 함수를 호출합니다. |
BluetoothSdpGetAttributeValue | 특성 식별자의 특성 값을 검색합니다. |
BluetoothSdpGetContainerElementData | 컨테이너 스트림을 반복하고 컨테이너 요소 내에 포함된 각 요소를 반환합니다. |
BluetoothSdpGetElementData | SDP 스트림에서 단일 요소를 검색하고 구문 분석합니다. |
BluetoothSdpGetString | SDP 레코드에 포함된 원시 문자열을 유니코드 문자열로 변환합니다. |
BluetoothSelectDevices | Bluetooth 디바이스 선택을 사용하도록 설정합니다. |
BluetoothSelectDevicesFree | BluetoothSelectDevices 함수에 대한 이전 호출과 관련된 리소스를 해제합니다. |
BluetoothSendAuthenticationResponse | 암호 응답을 보내는 인증 요청이 수신될 때 호출됩니다. |
BluetoothSendAuthenticationResponseEx | 암호 또는 숫자 비교 응답을 보내는 인증 요청이 수신될 때 호출됩니다. |
BluetoothSetLocalServiceInfo | 특정 Bluetooth 라디오에 대한 로컬 서비스 정보를 설정합니다. |
BluetoothSetServiceState | Bluetooth 디바이스에 대한 서비스를 사용하거나 사용하지 않도록 설정합니다. |
BluetoothUnregisterAuthentication | BluetoothRegisterForAuthentication 함수에 대한 호출로 이전에 등록된 콜백 루틴에 대한 등록을 제거합니다. |
BluetoothUpdateDeviceRecord | Bluetooth 디바이스에 대한 로컬 컴퓨터 캐시를 업데이트. |