CBCentralManager in custom keyboard extension?

Hi,


Is it possible to use CBCentralManager functions from within a custom keyboard extension? I'm trying to init a scan for peripherals and it's coming back with ble.CM.state == 2 (Unsupported).


I've enabled RequestsOpenAccess but that doesn't seem to help. (https://developer.apple.com/library/ios/documentation/General/Conceptual/ExtensibilityPG/Keyboard.htmldoesn't seem to talk about it in any case.) Is there anything else I'm missing?

CBCentralManager in custom keyboard extension?
 
 
Q