简体   繁体   English

外部附件框架可以连接到蓝牙v4.0经典版吗?

[英]Can the External Accessory Framework connect to Bluetooth v4.0 classic?

I am working on fixing an application for a client. 我正在为客户修复应用程序。 Using the BT43 module, whose datasheet supports bluetooth v4.0 classic AND low energy. 使用BT43模块,其数据表支持蓝牙v4.0经典版和低能耗。 Mind you, this device also has the MFi Authentication chip! 请注意,该设备还具有MFi身份验证芯片! However, my problem is as such: 但是,我的问题是这样的:

I can connect to the device on a system level, however in my test application... 我可以在系统级别连接到设备,但是在测试应用程序中...

[[EAManager sharedAccessoryManager] connectedAccessories]

returns an empty array. 返回一个空数组。 If I show the built in bluetooth picker, the device also shows up, however fails to connect. 如果显示内置的蓝牙选择器,则该设备也会显示,但无法连接。 Core Bluetooth can see and connect to it via LightBlue though. 核心蓝牙可以通过LightBlue看到并连接到它。

My question is, could this be a hardware issue, or an iOS 8.1.2 bug with Bluetooth Core Specification v4.0? 我的问题是,这可能是硬件问题,还是蓝牙核心规范v4.0的iOS 8.1.2错误?

因此,问题在于认证协处理器上的接线错误,以及固件已过期。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 外部附件框架蓝牙对。 每次计数的connectedAccessories 0 - External Accessory Framework bluetooth pair. connectedAccessories every time count 0 使用Apples“External Accessory framework”获取蓝牙设备的MAC地址 - Get the MAC address of a Bluetooth device with Apples “External Accessory framework” 如何通过外部附件框架使用Bluetooth PAN配置文件 - How to use Bluetooth PAN profile through External Accessory Framework 通过苹果公司的“外部附件框架”获得蓝牙设备的名称 - Getting the name of a Bluetooth device with Apples “External Accessory framework” 连接核心蓝牙或经典蓝牙设备是否需要 CoreLocation 框架 - Does CoreLocation framework required to connect to Core Bluetooth or Classic Bluetooth devices 我可以使用 PAN over Bluetooth 将附件连接到 iPad 吗? - Can I use PAN over Bluetooth to connect an accessory to an iPad? Facebook App邀请V4.0通知 - Facebook App Invide V4.0 Notification 如何使用 MFi 和外部附件框架以编程方式重新连接 IOS 上的 Classic Bluetooh - How reconnect programatically Classic Bluetooh on IOS with MFi and external-accessory framework 使用外部附件和MFi时,iOS连接/重新连接到蓝牙设备 - iOS connect/reconnect to Bluetooth device when using external-accessory and MFi 你可以在 Flutter 应用程序中使用 Apple 外部附件框架吗? - Can you use the Apple External Accessory Framework in a Flutter app?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM