setNativeBluetooth function
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;
}