Advertisment data not correct
Advertisment data not correct
- Subject: Advertisment data not correct
- From: Jimmy Adler <email@hidden>
- Date: Mon, 20 May 2013 17:38:06 +0200
I have a custom device that provides data in the advertisement packet in kCBAdvDataManufacturerData. The data is updated every second from the device, but when I get the call-back in:
- (void)centralManager:(CBCentralManager *)central didDiscoverPeripheral:(CBPeripheral *)peripheral advertisementData:(NSDictionary *)advertisementData RSSI:(NSNumber *)RSSI
the advertisementData is usually not up to date, the first packet is usually correct, but then I will get the same advertismentData again, even if the data being sent from the device has changed. Is there some caching in IOS of this data that prevents the correct advertisementData to reach my application?
Is there any way to work around this?
Thanks,
Jimmy
_______________________________________________
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