ios - EAAccessoryDidConnectNotification not firing until Bluetooth Accessory Picker completion block is called -


itemprop = "text">

I recently started using EAAccessoryManager showBluetoothAccessoryPickerWithNameFilter method in order Giving us access to our MFI Bluetooth Accessories (if it is not already connected) When our app launches I am running in the following scenario:

  1. The episode is off
  2. User launches app
  3. Accessory picker is displayed
  4. User on an assistant Powers (which have already been made, and thusly reconnect)
  5. The secondary picker continues to display, and the application does not receive a EAAccessoryDidConnectNotification The user dismisses the helper picker by pressing "Cancel".

In this situation I have explained above, even if we have our NSPredicate hanging around the picker and we have not received any information that till the helper The block that is connected is called the secondary. User is locked in captivity.

We are running iOS 7.1.1 and have tested against 7.1 and 7.0.

Any help would be appreciated. I'm looking at showing that some logs are:

  2014-04-28 12: 03: 48.028 app [508: 60b] BTM: BTASwar linked to 2014-04-28 12: 03: 48.262 Application [508: 60B] BTM: Installing pair enabled 2014-04-28 12: 03: 55.578 Application [508: 60B] BTM: Attempt to connect 0x00000001 on device for service "Minor-10" 00: 07: 80: 79: 92: 8D 2014-04-28 12: 03: 55.966 App [508: 60b] BTM: Service on device 0x00000001 Connection on "Assistant-10" 00: 07: 80: 79: 92: 8D successful 2014-04-28 12: 03: 55.9 9 1 app [508: 60b] BTM: 0x00000080 service on device "X-ray-10" Attempt to connect 00: 07: 80: 79: 92: 8D 2014-04-28 12: 03: 56.024 App [508: 60B] BTM: 0x00000080 connection on device for service "Minor-10" 00: 07 : 80: 79: 92: 8D Successful 2014-04-28 12: 04: 06.845 Application [508: 60B] BTM: Disabled setting 2014- You coupling 04-28 Dec: 04: 06.847 Application [508: 60B] ] BTM: Disabling Device Scanning 2014-04-28 12: 04: 06.856 Application [508: 60B] __46- [LoginViewController selectBluetoothDevice] _block_invoke Error: Error Domain = EABluetoothAccessoryPickerErrorDomai N Code = 2 "The operation could not be completed. (EABluetoothAccessoryPickerErrorDomain Error 2.) "2014-04-28 12: 04: 06.98 Applications [508: 60B] EAAccessoryDidConnectNotification 2014-04-28 12: 04: 06.9 35 Applications [508: 60B]! Connected Accessory  


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -