0

Win32 ソケットを使用して Bluetooth アプリケーションを開発しています。しかし、msdn には次のようなものがあることがわかります。

• Bluetooth および WSALookupServiceBegin によるデバイスの問い合わせ
•Bluetooth および WSALookupServiceBegin によるサービスの検出

このサービス ディスカバリとは何ですか? Bluetooth デバイスを持っている場合、Bluetooth サービスを提供する必要がありますか? それとも、ここで混乱していますか?

誰かがこれを説明してもらえますか?

あらゆる種類のコーディングを開始する前に、よく理解したいと思います:)

4

1 に答える 1

1

What is this service discovery? I mean if I have a Bluetooth device it should provide Bluetooth serivce right?

Yes. In order to use Bluetooth technology, a device must be compatible with the subset of Bluetooth profiles necessary to use the desired services.

Think of it as IP and Port numbers. While you need the IP (Bluetooth device) to connect to a host, you still need the Port (Bluetooth service) in order to connect and use the host. A Bluetooth service will tell you the capability of the device and what it can do.

于 2013-03-07T20:23:12.860 に答える