The callback prototype to indicate the advertisement interval has changed.
#include <btapi/btle.h>
typedef void(* bt_le_advertisement_change_cb)(uint16_t intervalMin, uint16_t intervalMax);
The current minimum advertisement interval. Time = N * 0.625 msec.
The current maximum advertisement interval. Time = N * 0.625 msec.
BlackBerry 10.2.0