Peripheral and Central roles with ASK at the same time

What would you recommend to teams that want to act as both a central and peripheral role?

I want to use the ASK permission model for Central mode, but doing so I can't build connections to Apple Watch and Apple Vision Pro that don't support peripheral mode forcing the iPhone to do that.

Answered by Engineer in 890746022

Hello. AccessorySetupKit currently does not support setting up connections between Apple devices, it is designed to allow connections to accessories. For connections between Apple devices you can continue using the CoreBluetooth API directly without using AccessorySetupKit.

Accepted Answer

Hello. AccessorySetupKit currently does not support setting up connections between Apple devices, it is designed to allow connections to accessories. For connections between Apple devices you can continue using the CoreBluetooth API directly without using AccessorySetupKit.

Peripheral and Central roles with ASK at the same time
 
 
Q