Re: Not receiving BLE events in background
Re: Not receiving BLE events in background
- Subject: Re: Not receiving BLE events in background
- From: "m.kroll" <email@hidden>
- Date: Thu, 16 Aug 2012 07:41:33 +0000 (GMT)
Hi Andras,
I have the same issues here.
In my app delegates method:
- (void)applicationDidEnterBackground:(UIApplication *)application
I'm calling:
- (void)scanForPeripheralsWithServices:(NSArray *)serviceUUIDs options:(NSDictionary *)options;
But the delegate method:
- (void)centralManager:(CBCentralManager *)central didDiscoverPeripheral:(CBPeripheral *)peripheral advertisementData:(NSDictionary *)advertisementData RSSI:(NSNumber *)RSSI;
Seems to be never called.
"bluetooth-central" is in my UIBackgroundModes array as well.
I changed the ADV Interval of my peripherals to 20ms in order to meet the Apple BLE Peripheral recommendations but this changed nothing.
Kind Regards,
Do not post admin requests to the list. They will be ignored.
Bluetooth-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden