Reputation: 12500
Can someone clarify: does the iOS7 Multipeer Connectivity support classic bluetooth or BLE 4.0 ?
Similarly, does the Core Bluetooth (CB) framework support classic bluetooth or BLE 4.0 ?
Upvotes: 4
Views: 766
Reputation: 16780
From the Multipeer Connectivity Framework overview
discovering services provided by nearby iOS devices using infrastructure Wi-Fi networks, peer-to-peer Wi-Fi, and Bluetooth personal area networks
PAN is not a real option with BLE due to the low bandwidth it provides, therefore, MC works only on classic Bluetooth.
Core Bluetooth is exclusively for BLE. Classic Bluetooth cannot be used directly, only through the External Accessory Framework.
Upvotes: 4