Below is my code with return boolean promise
Code:
isBluetoothPrinterEnabled() { return this.btSerial.isEnabled(); }