According to IOS Developer Library documentation maximumUpdateValueLength provide maximum amount of data, in bytes, that the central can receive in a single notification or indication. Is there similar way to get the same thing done by IOS 6 because maximumUpdateValueLength is only for IOS 7 ?
Documentation for maximumUpdateValueLength:
https://developer.apple.com/library/ios/documentation/CoreBluetooth/Reference/CBCentral_Class/Reference/CBCentral.html#//apple_ref/occ/instp/CBCentral/maximumUpdateValueLength
maximumUpdateValueLengthis added, but nothing like modified, and nothing seems to do the same in iOS6, I'd say you can't. - Larme