3

CoreBluetooth フレームワークと IOBluetooth フレームワーク (MAC アプリに使用) の違いは何ですか?

4

2 に答える 2

6

CoreBluetooth は、Bluetooth LE 通信用の iOS フレームワークです。IOBluetooth は、Bluetooth Classic と Bluetooth LE の両方に対応した OS X フレームワークです。IOBluetooth には CoreBluetooth フレームワークが含まれており、デスクトップ上の Bluetooth LE の iOS バージョンとほとんど同じコードを使用しています。

于 2014-01-22T19:03:22.273 に答える
0

CoreBluetoothは、Bluetooth LowEnergyAPIにアクセスするためのものです。IOBluetoothはBluetoothクラシックインターフェース用です

于 2013-02-08T23:58:05.690 に答える