setNativeBluetooth function

  1. @visibleForTesting
void setNativeBluetooth(
  1. NativeBluetooth nativeBluetooth
)

Replace the NativeBluetooth api interface to allow for testing. This shouldn't be done for production code.

Implementation

@visibleForTesting
void setNativeBluetooth(final NativeBluetooth nativeBluetooth) {
  _nativeBluetooth = nativeBluetooth;
}