CoreBluetooth and audio stream
问题 Can I transfer audio stream from one iOS device to other iOS device (for example from 4s to new iPad) using CoreBluetooth framework. Maybe BLE is too slow fo media streaming? 回答1: Bluetooth Low Energy (BLE) is not intended to stream data ! If you want to a stream you MUST use Bluetooth 2.X+EDR and an appropriate profile. Therefore, if you want to stream audio, you need a headset or A2DP profile. CoreBluetooth API give only access to BLE devices. 回答2: Audio streaming wont work any good, since