Is it possible to have a fast advertisement interval (for connecting and bonding/pairing) for example: 40msec; at the same time, have a slow connection interval (after connection has established) - for example 1 second? This is because in my project, I have 13 characteristics and for the connection to be successful every single time, the advertisement interval needs to be faster. Once connected, I need the number of CPU blocks to be as minimal as possible (because of highly sensitive algorithm). Hence, after connection has established, I need the connection interval to be 1 second or more. Please help.