waitBluetoothSecs property
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);
Implementation
@$pb.TagNumber(4)
set waitBluetoothSecs($core.int value) => $_setUnsignedInt32(3, value);