How can one communicate with BTLE enabled devices in the background of iOS 5?
I had the same question (issue) last week and someone gave me the answer. It is possible, and to do so, you need to add the following setting to you info.plist file:
UIBackgroundModes (or Required background modes) -> "bluetooth-central"