Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以将 iOS 设备用作耳机吗?
我有一个德州仪器 CC2564-BLUEBRIDGE 模块,它连接到 GSM 模块,所有设备都用作电话。
我需要为 iOS 设备编写一个应用程序,它可以通过蓝牙连接到这个“电话”并充当耳机。
我试图通过 AVAudioSession 来做到这一点,但事实证明它只向一个方向传输声音,要么从 iPhone 麦克风到设备,要么从设备到 iPhone 的动态。
我该如何解决这个问题,并且完全可以解决它?