Advertisment data not correct
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 (Bluetooth-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/bluetooth-dev/site_archiver%40lists.... This email sent to site_archiver@lists.apple.com
participants (1)
-
Jimmy Adler