waitBluetoothSecs property

  1. @TagNumber(4)
int get waitBluetoothSecs

Description: The number of seconds for to wait before turning off BLE in No Bluetooth states Technical Details: ESP32 Only 0 for default of 1 minute

Implementation

@$pb.TagNumber(4)
$core.int get waitBluetoothSecs => $_getIZ(3);
  1. @TagNumber(4)
set waitBluetoothSecs (int value)

Implementation

@$pb.TagNumber(4)
set waitBluetoothSecs($core.int value) => $_setUnsignedInt32(3, value);