bluetoothleapis.h 헤더
이 헤더는 Bluetooth 디바이스 참조에서 사용됩니다. 자세한 내용은 다음을 참조하세요.
bluetoothleapis.h에는 다음과 같은 프로그래밍 인터페이스가 포함되어 있습니다.
Functions
BluetoothGATTAbortReliableWrite 신뢰할 수 있는 쓰기 프로시저의 끝을 지정하고 쓰기를 중단해야 합니다. |
BluetoothGATTBeginReliableWrite BluetoothGATTBeginReliableWrite 함수는 신뢰할 수 있는 쓰기가 시작되도록 지정합니다. |
BluetoothGATTEndReliableWrite 신뢰할 수 있는 쓰기의 끝을 지정하고 쓰기를 커밋해야 합니다. |
BluetoothGATTGetCharacteristics 지정된 서비스에 사용할 수 있는 모든 특성을 가져옵니다. |
BluetoothGATTGetCharacteristicValue 지정된 특성의 값을 가져옵니다. |
BluetoothGATTGetDescriptors 지정된 특성에 사용할 수 있는 모든 설명자를 가져옵니다. |
BluetoothGATTGetDescriptorValue 지정된 설명자의 값을 가져옵니다. |
BluetoothGATTGetIncludedServices 지정된 서비스에 사용할 수 있는 모든 포함된 서비스를 가져옵니다. |
BluetoothGATTGetServices BluetoothGATTGetServices 함수는 서버에 사용할 수 있는 모든 기본 서비스를 가져옵니다. |
BluetoothGATTRegisterEvent 특성 핸들로 식별된 지정된 특성에 대한 특성 값 변경 이벤트 중에 다시 호출할 루틴을 등록합니다. |
BluetoothGATTSetCharacteristicValue 지정된 특성 값을 Bluetooth 디바이스에 씁니다. |
BluetoothGATTSetDescriptorValue 지정한 설명자 값을 Bluetooth 디바이스에 씁니다. |
BluetoothGATTUnregisterEvent 지정된 특성 값 변경 이벤트를 등록 취소합니다. |